Hi all, if I have:

$controller = Zend_Controller_Front::getInstance();

What is the diff between using

$controller->setControllerDirectory('controllers');
$controller->dispatch();

and using

$controller->run('BizMS/Controller');


they do the same, right?



-- 
Stuardo -StR- Rodríguez
.-[Just me and the world I created]-.
email: [EMAIL PROTECTED]
www: http://strgt.cjb.net
phpgt: http://php.develsystems.com

Reply via email to