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

NETTUTS.com: MVC for Noobs

Matt Williams' Blog: High level search with PHP and Apache Solr

PHPMaster.com: A Tour of PHP.INI

PHPClasses.org Blog: Developing scalable PHP applications using MongoDB

NETTUTS.com: Deciphering Magic Methods in PHP


Community Events











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


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

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