It makes sense since php doesn't have an equivalent for the java virtual machine and is an interpreted language.
Thank you for clarifying. Joó Ádám wrote: > > Hello, > >> But what I don't understand is that every request on the web site will, I >> think, execute the initialization code. >> >> Isn' it better to load this code only once ? Or does this code need to be >> executed on every request ? > > Yes, it have to be executed, since in PHP every single request is > absolutely independent from the others. > > > Ádám > > -- View this message in context: http://www.nabble.com/Beginner---Initializing-application-question-tf4425603s16154.html#a12629893 Sent from the Zend Framework mailing list archive at Nabble.com.
