コード例 #1
0
ファイル: User.php プロジェクト: Getty/historical-php-rapidev
 public function __construct($main)
 {
     self::$Self = $this;
     $this->SessionName = get_class($main) . 'User';
     parent::__construct($main);
 }
コード例 #2
0
ファイル: Form.php プロジェクト: Getty/historical-php-rapidev
 public function __construct($main)
 {
     self::$DefaultErrorMessage = T('FORM_VALUE_INVALID');
     self::$EmptyErrorMessage = T('FORM_VALUE_EMPTY');
     self::$NullErrorMessage = T('FORM_VALUE_EMPTY');
     parent::__construct($main);
 }
コード例 #3
0
 public function __construct($main)
 {
     self::$Self = $this;
     parent::__construct($main);
 }