Notice: Indirect modification of overloaded property

The place for general PHP questions and hints for PHP on IBM i

Notice: Indirect modification of overloaded property

Postby thedolphin007 on Mon Mar 12, 2012 11:23 am

Hello, can anyone help me with this error -

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.
thedolphin007
 
Posts: 1
Joined: Mon Mar 12, 2012 11:18 am

Return to PHP Questions / Hints

Who is online

Users browsing this forum: No registered users and 2 guests