Topic: Zend Framework "Workflow"
Hey,
I'm wondering if anyone knows if there is some kind of workflow for zend. Let me explain...
I'm searching some kind of paper where i can see a typical workflow how Zend works behind the scenes. Like if I type http://website/module/controller/action in my browser I want to know what gets loaded first -> second -> third -> ... -> last.
Let's say I want to write some code to do something for more than one module I want to lookup in the workflow where this piece of code is placed best so that it doesn't get called if is not necessary but does it's job when it should do it ...
Hope everyone understand what I want to explain ![]()