포럼

XE Core 1.4x


        /**

         * @brief 로그인 폼 출력

         **/

        function dispMemberLoginForm() {

            if(Context::get('is_logged')) {

                Context::set('redirect_url', getUrl('act',''));

                $this->setTemplatePath($this->module_path.'tpl');

                $this->setTemplateFile('redirect.html');

                return;

            }


            // 템플릿 파일 지정

            Context::set('referer_url', $_SERVER['HTTP_REFERER']);

            $this->setTemplateFile('login_form');

        }


XE Core 1.5x

        /**
         * @brief Display the login form 
         **/
        function dispMemberLoginForm() {
            if(Context::get('is_logged')) {
                Context::set('redirect_url', getUrl('act',''));
                $this->setTemplatePath($this->module_path.'tpl');
                $this->setTemplateFile('redirect.html');
                return;
            }
            // Set a template file
            Context::set('referer_url', $_SERVER['HTTP_REFERER']);
            Context::set('act', 'procMemberLogin');
            $this->setTemplateFile('login_form');
        }


로그인폼을 출력하는 함수에서 밑줄친 부분
Context::set('act', 'procMemberLogin');

이부분이 왜 필요한지 이해가 안됩니다.
스킨에서 호출된 $act를 체크하는데
분명히 act=dispMemberLoginForm 로 호출했는데
act값이 procMemberLogin 로 나와서 찾다보니

1.5x에서 저부분이 추가되어서 그렇더군요.
혹시 어떤 이유가 있으면 알려주시면 감사요. ^^
일단 구글이슈에 등록은 해놓겠습니다.

글쓴이 제목 최종 글
영흥도우럭 XE 1.7.4 정식 언제쯤 나올려나요 ^^ [10] 2014.01.22 by 영흥도우럭
Robert-Lee XE 업그레이드 작업: 1.5.4.1 -> 1.7.3.6 [2] 2014.01.22 by una_nampyeon
Lansi 이런 건 어떤가요? [8] 2014.01.22 by Lansi
착한악마 혹시 사용자중 포인트 팡팡애드온 가지고 계신분!! [7] 2014.01.22 by nado0124
delphiXE2 adminlogging, counter, importer, integration_search, krzip, poll, point 관련 의견 궁금합니다. [7] 2014.01.23 by Garon
sejin7940 요소검사라는 기능이.. 다이너마이트 랑 같네요. [15] 2020.03.14 by 멀티비타민
쿡래빗 퀴즈게임 모듈 제작들어갔네요. [27] 2014.01.23 by WonArtSchool
콩치 1.4.4.2에서 1.7.4로 업데이트 [11] 2020.03.14 by 유샤인
영흥도우럭 스케치북 최신버전 사용자중 본문내 이미지 문제 있으신 분 해당... [9] 2014.01.23 by 영흥도우럭
휘즈 서버에 요청 중입니다. [3] 2014.01.23 by 꿈엔들
꿈틀잉 xe에서 사용할수 있는 Grid 가 있나요?  
푸시아 누리 cms 접속이 안되네요 [9] 2014.01.23 by 야옹이님
銀童 XE 에서 사용하면 좋겠는 DB 쿼리 빌더 방식을 찾아 떠돌다가 [8] 2014.01.23 by Lansi
구름나무바위 class="btn" <- xe에서 이걸 사용 할 수 없네요. [3] 2014.01.23 by Lansi
jiom XE 에서 관리자 보안문제로 embed 실행방지 해결 [5] 2014.01.23 by 퍼니엑스이
휘즈 XE를 개발함에 있어(1) [19] 2014.01.24 by 야옹이님
푸시아 오~ 웹서버가 이럴수도 있나요? [10] 2014.01.24 by 야옹이님
Lansi 1.7.4 릴리즈 브랜치가 생겼군요 [4] 2014.01.24 by 영흥도우럭
지옥의광대! xe 검색 질문 [1] 2014.01.24 by 푸시아
라돌체 제작 완료 후 확인서를 받고 싶은데 [2] 2014.01.24 by 푸시아