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