|
|||
|
Hi,
I'm playing with the ZF. When I render a view, it gets rendered twice.... Here is my controller script: PHP Code:
PHP Code:
Code:
<ul> <li></li> <li></li> <li></li> </ul> <ul> <li>Hay</li> <li>Bee</li> <li>Sea</li> </ul> I'm a bit lost ![]() Regards, -jj. |
|
|||
|
Hello,
Unless you told your front controller explicitly not to render the corresponding view for the controller, it does it by default. In other words, your controller should look like: PHP Code:
Thanks, Steve |
![]() |
| Thread Tools | |
| Display Modes | |
|
|