I tried that, but it seems to get me into a loop. I have disabled all other plugins to be sure, but I can't seem to be able to pull this off.

Matthew Weier O'Phinney schreef:
-- Maurice Fonk <[EMAIL PROTECTED]> wrote
(on Thursday, 28 August 2008, 04:21 PM +0200):
I am wondering whether it's possible to "skip" an action from plugin context. Based on certain conditions I want to *not* go ahead with execution of certain actions and use a cached version instead. I am wondering whether this is possible with the ZF dispatch process.

Yep -- just reset the state of the dispatched flag to false:

    $request->setDispatched(false);


Reply via email to