Quickie Zend Framework Bootstrap Note
Thursday, August 13th, 2009Dear Reader,
I’ve been teaching a Zend Framework class this week and my students have been throwing all kinds of questions at me. Most recently, while we were discussing creating a Bootstrap class for an application a question came up about the _init* functions.
The manual states that
$bootstrap->bootstrap();
will fire all of the _init* functions in the bootstrap class. However, the question came up, in what order? Thanks to friends like Rob Allen (author of “Zend Framework in Action“), I was able to give them the answer.


