이 페이지를 만듭니다
__construct ([ string $templateFileName = null ], [ string $configFileName = null ]) RocksPage __ 구조 ([문자열 $ templateFileName = NULL], [문자열 $ configFileName = NULL])
- $templateFileName : this is the name of the template file 문자열 $ templateFileName :이 템플릿 파일의 이름입니다
- $configFileName : this is the configFileName if this is null then the default is used 문자열 $ configFileName가 : 이것이 NULL이면이 configFileName는 것은 다음 기본값이 사용됩니다
__destruct () 공극 __의 소멸 ()
이것은이 클래스에서 상속은 템플릿에 변수를 추가할 수 있습니다
AssignTemplateVariable ( string $varName , string $varValue , [ string $defaultValue = null ]) 무효 AssignTemplateVariable (문자열 $ varName, 문자열 $ varValue, [문자열 $ defaultValue = NULL])
- $varName : the name of the variable to add 문자열 $ varName : 추가할 수있는 변수의 이름
- $varValue : the value of the variable to add 문자열 $ varValue : 추가할 변수의 값
- $defaultValue : the default value of the variable to add, it is null be default 문자열 $ defaultValue : 추가할 변수의 기본값은 null이 기본값입니다
이것은이 클래스에서 상속은 데이터베이스 개체에 대한 액세스 권한이 있습니다
Database () 무효 데이터베이스 ()
이것은이 클래스에서 상속이 페이지 양식에 액세스할 수 있습니다
Form () 공극 양식 ()
이것은이 클래스에서 상속이 세션에 액세스할 수 있도록
Session () 공극 세션 ()