Hi

What's the difference between this ?

$config = $this->config->db;
$db    = Zend_Db::factory($config);
..
..
 Zend_Db_Table::setDefaultAdapter($db);
vs

Zend_Db_Table_Abstract::setDefaultAdapter($db);
cheers
holo

Reply via email to