Hi all,

I would like to know what id the better solution to not enter in the
dispatch frontController's dispatch loop ?
I always open the source code to analyze it, and i 
http://webcache.googleusercontent.com/search?q=cache:vr2WfeKWuDkJ:www.qc4blog.com/%3Fp%3D572+zend+setdispatched+true+loop&cd=9&hl=fr&ct=clnk&gl=fr
found that on google .
But this solution seems to me to complicate.
What for? I implemented a cache system on my application. So i cache the
enterely http page generated by my application.
I created a controller plugin, hooked on dispatchLoopStartup. He looks if
the url asked is cached, and if it is, I don't want to enter in the dispatch
loop, because I just want to send the cached page.

So I would to know if there is a good solution to bypass this loop. I don't
want to subclass the frontController, and the dispatch function, because
it's a very important class, and I don't want to touch it.

I'am opened to every proposition/modification.

-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/How-to-not-enter-in-the-frontController-s-dispatch-loop-properly-tp3095719p3095719.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to