Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Sat Dec 17, 2005 4:26 pm
i am well in procedural approach of php programming but i want to learn throgh object oriented approach .
what should i do?
neophyte
DevNet Resident
Posts: 1537 Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota
Post
by neophyte » Sat Dec 17, 2005 5:18 pm
Aside from learning PHP OO syntax and the like I would direct your attention to Object Oriented Patterns. Check out
http://phppatterns.com .
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Sun Dec 18, 2005 3:36 am
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.
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Mon Dec 19, 2005 12:33 pm
i know oops concept.but i want this through php
_________________________________
24/7 support
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Dec 19, 2005 12:56 pm
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..
alvinphp
Forum Contributor
Posts: 380 Joined: Wed Sep 21, 2005 11:47 am
Post
by alvinphp » Mon Dec 19, 2005 4:37 pm
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.