Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->db = jream\Registry::fetch('db');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->db = new jream\Database(array('type' => 'mysql', 'host' => 'localhost', 'name' => 'test', 'user' => 'robot', 'pass' => 'robot'));
 }