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
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Classes

Post by vigge89 »

I'm looking for some tutorials on Classes. I'm a complete beginner at this, but i decided to learn some. So, does anyone here know any good introductions/tutorials on Clasees? I've never liked reading programming books, so what i'm looking for is internet tutorials.

Thanks in advance

BTW, wasn't sure where i should place this :?
User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

Can't think of any tutorials, but if you've got specific questions feel free to ask them.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

You just need to start fiddling with them and see what happens. I find reading source code of classes is a pretty good way to learn as there generally well laid out and so easy to read and follow.
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Hey Vigge, long time no talk,

There are some good topics on this forum itself, try searching them. Anyway, here are some out of my mind:

http://www.evilwalrus.com/articles.php?aid=16
http://www.php-mag.net/itr/online_artik ... nodeid=114
http://zend.com/zend/tut/tutorial-johnson2.php

It's 3 AM in the morning so I gota be sleeping, I'll dig a couple more out later, till then, I hope the above 3 helps.

-Nay
Post Reply