|
|||
|
As I'm new, hello to every user of this forum!
This is my code (controller) PHP Code:
PHP Code:
Code:
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\zend\application\views\scripts\user\index.phtml on line 21 |
|
|||
|
You're not assigning the $rows variable to the view. In the controller you need to do.
Code:
$this->view->rows = $table->getAllUsers(); |
![]() |
| Thread Tools | |
| Display Modes | |
|
|