예제 #1
0
 function __construct($c)
 {
     parent::__construct($c);
 }
예제 #2
0
 function __construct($c)
 {
     parent::__construct($c);
     $settings = $this->c->get('settings')['db'] ? $this->c->get('settings')['db'] : false;
     $this->validBit = new ValidBit($settings["hostname"], $settings["username"], $settings["password"], $settings["dbname"]);
 }