Page 1 of 1
object oriented php
Posted: Sat Dec 17, 2005 4:26 pm
by rajan
i am well in procedural approach of php programming but i want to learn throgh object oriented approach .
what should i do?
Posted: Sat Dec 17, 2005 5:18 pm
by neophyte
Aside from learning PHP OO syntax and the like I would direct your attention to Object Oriented Patterns. Check out
http://phppatterns.com.
Posted: Sat Dec 17, 2005 6:46 pm
by John Cartwright
Moved to General Discussion.
Posted: Sat Dec 17, 2005 10:38 pm
by Chris Corbyn
Read the OOP tutorials on
http://www.spoono.com/ if you've yet to get of the ground in OO.
Posted: Sun Dec 18, 2005 3:36 am
by m3mn0n
I recommend getting a good book that focuses on this topic.
Though I also recommend learning all the basics of the language before taking that next step.
Posted: Mon Dec 19, 2005 12:33 pm
by rajan
i know oops concept.but i want this through php
_________________________________
24/7 support
Posted: Mon Dec 19, 2005 12:56 pm
by feyd
read the oop pages on php's manual then.. they are quite similar to C++ objects (overall) .. support varies from version to version of php though..
Posted: Mon Dec 19, 2005 4:37 pm
by alvinphp
I would highly recommend "Professional PHP5" by wrox. This clearly explains how OOP works in PHP. This is not a beginners book, it assumes you already have a good understanding of PHP.