News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Paul van Iterson's Blog:
Why you want Object Oriented Programming in PHP
March 29, 2007 @ 11:05:00

In a new post to his "Quaint Tech" blog, Paul van Iterson talks about why you want (to use) object-oriented programming in your PHP applications versus the more procedural methods.

Most modern programming languages are based on an OO approach and don't even allow for procedural coding anymore (for instance in languages as Java, C++, C#, Python, and Ruby). Explaining OOP goes beyond the scope of this article, so for understanding OOP in PHP I'd like to point you in this direction. For now let's just say that OOP is about creating relatively small objects with specific functions that interact with each other to form a complete application.

Right off, he lists two advantages to using OOP methods (reusability and better structure) and a disadvantage (can be more time consuming to write). He does still recommend it though to any "serious PHP developer taking on serious projects". He illustrates the point with some of his own experience - an application for a real estate firm.

0 comments voice your opinion now!
objectoriented programming example advantage disadvantage objectoriented programming example advantage disadvantage



Similar Posts

Knut Urdalen's Blog: ORM the manual way

Nick Halstead's Blog: PHP Programming Contest - Win Zend Studio

Ligaya Turmelle's Blog: Streams Gem

Jason Palmer's Blog: Zip Code To Location

PHP-GTK Community Site: Add icons to GtkMenu


Community Events







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


job application conference zendframework releases ajax example mysql PHP5 database book package code security framework zend developer PEAR release cakephp

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