|
|||
|
Hi,
i am using ZF for my project. While accessing the pages with controller and action, i am getting the output properly. But while sending query string for edit or for some message display, functionality is working but my style sheet is missing . I dont understand why. Working URL: http://localhost/index.php/user/new http://localhost/index.php/user/list Style Sheet is missing while passing like below.: http://localhost/index.php/user/edit/id/2 But i can able to get the query string id from $ids = $this->_request->getParam('id');. Only thing is Style sheet and images in the EDIT page is missing. I dont know why this is happening -Mugesh |
|
|||
|
I have solved this issue. This is because of Controller, Action, Query string length. Actually i given a relative path for my style sheet and images. Then i removed all my relatvie paths and given exact path. Now its working.
- Thanks for ZFforum members and masters. -mugesh. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|