View Single Post
Old 02-25-2009, 03:43 AM   #3 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Firstly, welcome to the community!

As odd as it my seem, the reason behind OOP is to simplify complex tasks (amongst a myriad of other things), however I know from experience it doesnt seem that way when your trying to learn it. Especially when every example consists of pointless foo and bar classes! Which are utterly pointless and counter intuitive.

I'm quite tired atm, I really should be asleep so I wont write an example now (i'll have to restrain myself! I've written full tutorials before now at this time on a work night, not a good thing to do i find), however if i get a spare few minutes tomorrow i'll fudge something together, that is if someone else hasnt beaten me to it!

I will post this though, have a watch (the only php oop tutorials I could find)
http://www.killerphp.com/videos/obje...php-videos.php

One day the proverbial penny will drop, trust me!
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote