示例#1
0
 function __construct()
 {
     static::$appCurrent = $this->objName(get_called_class());
     $this->template(static::$appCurrent);
     // static::$appCurrent = $this->objName(__CLASS__);
     // $this->partialTemplate('before',"top2.php");
     $this->data('nama', 'mayendra costanov');
 }
示例#2
0
 function __construct()
 {
     // echo "SOMETIHNG";
     // static::$appCurrent = $this->objName(get_called_class());
     static::$appCurrent = $this->objName(get_called_class());
     // var_dump(__CLASS__);
     // parent::__construct();
 }
示例#3
0
 function __construct()
 {
     static::$appCurrent = $this->objName(__CLASS__);
     parent::__construct();
 }