Beispiel #1
0
 function __construct($app = null)
 {
     parent::__construct($app);
 }
Beispiel #2
0
 function __construct($app = null)
 {
     parent::__construct($app);
     $db = kernel::database();
     $this->_enable_innodb = $db->_enable_innodb;
 }