/** * load the db adapter * */ public function __construct() { $this->_db = Zend_Db_Table::getDefaultAdapter(); parent::__construct(); }
/** * */ public function __construct() { parent::__construct(); }