News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell:
Introduction to PHP OOP
October 15, 2012 @ 11:56:06

Making the transition from the procedural PHP world into the object-oriented world of some more complex applications can be difficult. It requires a shift in thinking that might take some learning. Lorna Mitchell has posted an introduction to some of the common concepts.

Since the introduction of PHP 5 in 2004, PHP has had an object model worthy of that description and became a truly modern language for use on the web. [...] Using OOP (Object Orientated Programming) enables us to architect our systems much more clearly, and to make them more manageable and more maintainable. This technique also allows us to separate form from function to create clean, navigable codebases with plenty of opportunities to reuse code, apply design patterns and bring in concepts from other brances of computer science.

She covers some of the more common pieces you'll need to know to start venturing into OOP in PHP including: objects versus classes, using properties/methods, inheritance and access modifiers. Some sample code is included that works with user records in a database (along with the SQL to create the tables).

0 comments voice your opinion now!
introduction objectoriented programming class object


blog comments powered by Disqus

Similar Posts

Stuart Herbert's Blog: Introducing ContractLib (Programming Contracts)

PHPandSalesforce.com: Introduction and Lead Generation

Jeez Tech: Using APIs With PHP? Here Are Your Classes

David Goodwin's Blog: Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)

Metapundit.net: Partial function application in PHP


Community Events











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


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

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