コード例 #1
0
ファイル: TP_controller.php プロジェクト: metekorkmaz/ccfw
 /**
  *
  */
 public function __construct()
 {
     self::$instance =& $this;
     $this->load = new \TP_load();
     $this->registry = new \TP_registry();
     \TP_hooks::label('TP_controller_construct');
 }
コード例 #2
0
ファイル: TP_load.php プロジェクト: metekorkmaz/ccfw
 /**
  *
  */
 public function __construct()
 {
     self::$instance =& $this;
     $this->registry = new TP_registry();
     TP_hooks::label('TP_load_construct');
 }