Forum Moderators: coopster

Message Too Old, No Replies

oo with php

object oriented help

         

huds

10:05 pm on Mar 30, 2006 (gmt 0)

10+ Year Member



Just as I thought I was getting the hang of syntax, functions, and all the rest of the 'small' things, I run into objects, classes, and methods!

From the online tutorials I have studied so far I think I am starting to get to grips with the basic concept.

What I would like now is more examples, in a variety of styles, to further illustrate the techniques involved in different situations.

Can anyone recommend a good site, or book, that maybe is good for a beginner in object oriented (or is that orientated) programing?

Thanks

p.s. what is a schema? is this just when talking about relational database design? or does it apply to oo in some way?
my previous experience was with pascal at college, and it was just minispecs and flowcharts we used, could this be the same thing?

coopster

3:34 pm on Mar 31, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Hi huds, there are some good links from the PHP5 OOP [php.net] pages as well as zend.com. There were lots of changes between PHP4 and PHP5 when it came to OOP so keep that in mind as you move forward!