Hi,

I've already done a few projects with ZF in the range of 0.2 through 0.9
or so, but this is the first time I've tried to run 1.0.

My problem is that I'm not getting any output, either good or bad.

I've spent a few hours going through the manual, but it doesn't seem to
address the points I need in order to move further on.

What I'm trying to do is use something like this:


$controller = Zend_Controller_Front::getInstance();

$controller->setControllerDirectory(
  array("default"  => APP_DIR . "controllers/default",
        "admin"    => APP_DIR . "controllers/admin")
  );


What do I need to do now to see exceptions?

How do I map the default views to my setup of the controller?

Where does ErrorController live (in
./controllers/default/ErrorController.php was my guess)?

Thanks,
--
Drew

Reply via email to