On Thursday 21 September 2006 16:28, you wrote:
> And, run() is a static method. You don't need an instance to
> call run(). Just use this one line:
>
>    Zend_Controller_Front::run('path/to/controllers');

But how do you set the router in the static method?

$router =  new Zend_Controller_RewriteRouter();
$controller->setRouter($router);


-- 
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