Beispiel #1
0
 public function __construct($default = array())
 {
     parent::__construct($default);
     $this->_db = MFactory::getDBO();
     $this->_table = MiwosqlHelper::getVar('tbl');
     $this->_query = MiwosqlHelper::getVar('qry');
     $this->registerTask('add', 'edit');
     $this->registerTask('new', 'edit');
 }
 public function __construct()
 {
     parent::__construct();
 }