Dear group,
I have created 2 modules named jobposter and jobprovider. so when i
give the url [sitepath]/public/ and [sitepath]/public/jobposter it goes
to the proper index.phtml page of that module.
In the module's index.phtml page I have created a link
<a href="<?php echo
$this->baseUrl;?>/jobposter/register/register.phtml">
($this->view->baseUrl = $this->_request->getBaseUrl(); from init() of
controller)
But it does not redirect to the specified page for registration.
Please suggest the topics for making this work in zend framework
terminology. If i want a header/ fotter where the page is constant
through out the site what are the options available? Do i have to read
zend_view or zend layout? Please advice.