示例#1
0
 /**
  * __construct - Include database object if defined
  */
 public function __construct()
 {
     $this->db = Registry::get('db');
 }
示例#2
0
 /**
  * __construct - Required
  */
 public function __construct()
 {
     $this->segments = Registry::get('segments');
     $this->view = Registry::get('view');
     $this->model = Registry::get('model');
 }