Page 1 of 1

Php with OOp[solved]

Posted: Thu Sep 27, 2007 4:02 am
by pravin_bluebird
Hi all ,
I have a small silly question.

From Which version php supprts the OOP

thanks....

Posted: Thu Sep 27, 2007 4:29 am
by jmut
Well if we look in manual...there is OOP (php4) and OOP (php 5) sections
So I guess is save to assume php4 is earliest having OOP support.

Posted: Thu Sep 27, 2007 4:45 am
by pravin_bluebird
thanks jmut ,

well , in one of my recent Interview i face this question
I also assume same as you but i could not able to answer as it is not specific and perfect answer.

regards

Posted: Thu Sep 27, 2007 10:44 am
by ReverendDexter
If my understanding is correct, PHP4 had rudimentary OOP support, but it wasn't until PHP5 that "true" OOP support really existed.

Posted: Thu Sep 27, 2007 7:52 pm
by s.dot
The object orientied functionality was very basic and incomplete in PHP4. It was rewritten from the ground up to provide much more scalable, reliable, and faster object oriented solutions in PHP5.

Posted: Sat Sep 29, 2007 12:56 am
by RobertGonzalez
PHP 4 is where PHP started support OOP structures, but they were not at all like the grown up OOP implementations in PHP 5.