« Return to Thread: How get Zend_Controller_Dispatcher_Token from index.php

Re: How get Zend_Controller_Dispatcher_Token from index.php

by weierophinney :: Rate this Message:

Reply to Author | View in Thread

-- Mauro Casula <maurocasula@...> wrote
(on Monday, 13 November 2006, 08:06 AM -0800):
> I have undestand the mechanism you suggest and i'm trying to implement that..
>
> But I have a question.
> I have to write  myself this method you have suggest ?
>
> > $this->getRequest();
>
> Extending the abstract class of Plugin i dont have this method..

Again, you need to use the MVC components in the incubator; make sure
that the incubator/library/ path is before the library/ path when you
set the include_path. Zend_Controller_Plugin_Abstract::getRequest()
exists in the incubator version.

--
Matthew Weier O'Phinney
PHP Developer            | matthew@...
Zend - The PHP Company   | http://www.zend.com/

 « Return to Thread: How get Zend_Controller_Dispatcher_Token from index.php