Notice: Indirect modification of overloaded property Zend_View::$view has no effect in ...
- Code: Select all
$db=Zend_Registry::get('db');
$SelectLogo=$db->query("select * from table_logo");
$SelectLogoN=$SelectLogo->fetchAll();
$this->view->SelectLogoN=$SelectLogoN; <--- this line
Thank you.

