public function __construct()
 {
     $this->_db = GPDO::instance();
     parent::__construct();
     if (method_exists($this, 'formOptions')) {
         $this->formOptions = $this->formOptions();
     }
 }
Exemplo n.º 2
0
 public function __construct($module)
 {
     parent::__construct($module);
 }