I am getting an error as following..

*Fatal error*: Undefined class constant 'EXCEPTION_NO_ROUTE' in *C:\xampp\htdocs\works\office\my_tools\myhammer\application\controllers\ErrorController.php* on line *11

*

-------- Original Message --------
Subject:        Module's sub-directory link (beginner Level question)
Date:   Tue, 06 Jul 2010 14:11:37 +0530
From:   sathyashrayan <[email protected]>
To:     [email protected]



 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.

Reply via email to