Slide 5
Slide 5 text
The Typical PHP App
The Typical PHP App
● Page hit, instance begins.
Page hit, instance begins.
– Initialize
Initialize
– Configure
Configure
– Setup
Setup
– Ready
Ready
● Input (handle GET, POST, decide what to do)
Input (handle GET, POST, decide what to do)
● Main (do what was decided)
Main (do what was decided)
● Output (toss it out to the browser, themed)
Output (toss it out to the browser, themed)
– Shutdown
Shutdown