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