Zendcasts Forum

A community of developers who work with the Zend Framework and other enterprise PHP technologies

You are not logged in.

#1 2010-05-12 09:37:09

Layticia
New member
Registered: 2009-09-26
Posts: 3

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 wink

Offline

#2 2010-05-12 14:16:40

iznogood
Member
From: Montreal
Registered: 2009-12-17
Posts: 20
Website

Re: Zend Framework "Workflow"

Heres a diagram explaining the process of a zend framework request:
http://www.php-professionals.com/wp-con … agram1.png

And study this tutorial you will get a better understanding of the mvc http://zendframework.com/manual/en/lear … intro.html

Hope this helps!!

Offline

#3 2010-05-19 12:40:33

Layticia
New member
Registered: 2009-09-26
Posts: 3

Re: Zend Framework "Workflow"

Thanks for this!

Offline

Board footer

Powered by FluxBB