News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Learning OOP in PHP ASAP!
January 20, 2009 @ 09:36:36

NETTUTS.com has posted an introduction (using the Car analogy, of course) to teach you how to use the basics of object-oriented programming in PHP.

PHP is so much more than a scripting language. It's a full-fledged language capable of building very complex applications. By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites. This tutorial will show you how.

They explain objects, inheritance, encapsulation and polymorphism briefly before "getting their hands dirty" with some actual OOP PHP code. Their code example sets up a thumbnailer class - one that takes in an image, a height/width you want to resize it to (as properties) and splits it back out the other side.

As always, you can grab the source or view the demo to see it work.

0 comments voice your opinion now!
tutorial thumbnail oop object oriented introduction


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Zend Framework Video Tutorials

SitePoint PHP Blog: How to Expose PHP's Private Parts

PHPWomen.org: One way to handle concurrency in a multi-user web app

Robert Basic's Blog: Using the new autoloaders from Zend Framework 1.12

Developer.com: Creating Complex, Secure Web Forms with PHP and HTML_QuickForm2


Community Events











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


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

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