Are you doing:

include 'Zend/Loader.php';

at the top of the bootstrap?



On 3/19/07, ZegeeDotCom <[EMAIL PROTECTED]> wrote:


Still nothing...here is the revised bootstrap file:

Zend_Loader::loadClass('Zend_Controller_Front');
               $front = Zend_Controller_Front::getInstance();
               $front->throwExceptions(true);
               $front =
Zend_Controller_Front::run('../application/controllers');


               Zend_Loader::loadClass('Zend_View');
               $view = new Zend_View();
               $view->setScriptPath('../application/views');
               $front->setParam('view', $view )

still, my views are not generated....


ZegeeDotCom wrote:
>
> I am not seeing anything. No errors, no html and I thought that maybe I
am
> setting up the controller incorrectly:
>
> include "Zend/Loader.php";
>               Zend_Loader::loadClass('Zend_Controller_Front');
>               $front =
Zend_Controller_Front::run('../application/controllers');
>               $front->throwExceptions(true);
>
> does this look good enough?
>
> in my previous 0.8 framework, things worked really well...
>
>
>
>

--
View this message in context:
http://www.nabble.com/bootstrap-controller-setup...-tf3427552s16154.html#a9554529
Sent from the Zend Framework mailing list archive at Nabble.com.


Reply via email to