How to code using 'Classes'

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
juan2go
Forum Newbie
Posts: 2
Joined: Thu Feb 21, 2008 1:27 am

How to code using 'Classes'

Post by juan2go »

Hi All
I'v just joined and my question might seem very simply to a lot of you, but I would like to start using Classes in my scripts . Can anyone give me a kick start

Thanks
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: How to code using 'Classes'

Post by jmut »

php.net/oop5
This is the best kick start ever.
Still it's only syntaxt there, and all about howto do stuff in php. To get the conceptual idea on howto make good use of objects you'll need some books. I think there was thread with recommended books but cannot think of.
juan2go
Forum Newbie
Posts: 2
Joined: Thu Feb 21, 2008 1:27 am

Re: How to code using 'Classes'

Post by juan2go »

Thanks jmut
I'll have a look there
Post Reply