예제 #1
0
 function __construct()
 {
     try {
         parent::__construct();
     } catch (mysqli_sql_exception $e) {
         throw $e;
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct('Model\\Account');
 }
 function __construct()
 {
     parent::__construct($this);
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct('Model\\Owner');
 }