Note that there are some explanatory texts on larger screens.

plurals
  1. POCorrect way of MVC folder structure in Zend Framework
    primarykey
    data
    text
    <p>i have problem in folder Naming in MVC thats why getting the following errors.</p> <pre><code>Fatal error: Uncaught exception 'Zend_View_Exception' with message 'script'browsing- history/browsinghistory.phtml' not found in path (C:/xampp/htdocs/test_app/application /views\scripts/)' in C:\xampp\htdocs\test_app\library\Zend\View\Abstract.php:988 Stack trace: #0 C:\xampp\htdocs\test_app\library\Zend\View\Abstract.php(884): Zend_View_Abstract-&gt;_script('browsing-histor...') #1 C:\xampp\htdocs\test_app\library \Zend\Controller\Action\Helper\ViewRenderer.php(900): Zend_View_Abstract-&gt;render('browsing-histor...') #2 C:\xampp\htdocs\test_app\library \Zend\Controller\Action\Helper\ViewRenderer.php(921): Zend_Controller_Action_Helper_ViewRenderer-&gt;renderScript('browsing-histor...', NULL) #3 C:\xampp\htdocs\test_app\library\Zend\Controller\Action\Helper \ViewRenderer.php(960): Zend_Controller_Action_Helper_ViewRenderer-&gt;render() #4 C:\xampp\htdocs\test_app\library\Zend\Controller\Action\HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer-&gt;postDispatch() #5 C:\xampp\htdocs\test_app \library\Zend\Controller\Action.php in C:\xampp\htdocs\test_app\library\Zend\View \Abstract.php on line 988 </code></pre> <p>this is my Controller</p> <pre><code>class BrowsingHistoryController extends Zend_Controller_Action{//my actions } </code></pre> <p>this is my action</p> <pre><code>public function browsinghistoryAction(){} </code></pre> <p>and this is my folder structure in scripts</p> <pre><code>scripts -&gt;BrowsingHistory -&gt;browsinghistory.phtml </code></pre> <p>i did the same thing for my controllers thats working fine dont know why this is not working ?? Any idea</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload