News Feed
Jobs Feed
Sections




News Archive
TheWebSqueeze.com:
PHP5 Abstraction for the Rest of Us
May 29, 2009 @ 12:07:27

If you're a PHP developer and haven't made the jump to object-oriented programming yet, you definitely need to check out this extensive tutorial from thewebsqueeze.com. It's packed with plenty of OOP and wants to teach it all to you.

This tutorial aims to remove some of the curly-brace-filled haze that often surrounds OOP and by the end of this lesson you will have created a class, instantiated an object, given inheritance to some children and come to understand why OOP is such a powerful tool to have at your disposal. If you have no idea what any of the above means but are shaking with a desire to find out, read on as we look at Abstraction for the rest of us.

They work from the ground up - defining classes, setting properties with visibility, adding methods and a constructor, extending classes and using static methods/variables. They haven't updated it with the new namespace operator ("\" instead of "::") but other than that, it's a great overview. There's even some type checking and input filtering to round out the code examples.

0 comments voice your opinion now!
beginner tutorial objectoriented oop


blog comments powered by Disqus

Similar Posts

The Bakery: Ten New Tutorials/Components/Releases Posted

DevShed: Tracking Website Statistics with PHP

Stefan Mischook's Blog: Object Oriented PHP Tutorial Released

DevShed: PHP Object Oriented Programming using LSP

PHPEveryDay.com: Zend Framework Basic Tutorial


Community Events











Don't see your event here?
Let us know!


release series example introduction testing zendframework2 composer api development code database language opinion framework community interview functional podcast tool conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework