Ejemplo n.º 1
0
 public function init()
 {
     $this->_db = Zend_Registry::get('db');
     // If _tableModel is not set, use Zend_Db_Table factory
     if (null === $this->_tableModel) {
         $this->_tableModel = new Zend_Db_Table($this->_table);
     }
     parent::init();
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
 }