Provide miscellaneous methods that are used by the data configuration array.
Inheritance: extends Backend
コード例 #1
0
 /**
  * Import the back end user object
  */
 public function __construct()
 {
     parent::__construct();
     $this->import('BackendUser', 'User');
 }
コード例 #2
0
ファイル: tl_member.php プロジェクト: thescrat/abonnement
 /**
  * Import the back end user object
  */
 public function __construct()
 {
     parent::__construct();
     $this->import("Database");
     $this->objUser = \Database::getInstance()->prepare("SELECT * FROM tl_member WHERE id = ?")->execute(\Input::get('id'));
 }
コード例 #3
0
 /**
  * Constructor, initialize the object.
  */
 public function __construct()
 {
     parent::__construct();
 }