News Feed
Jobs Feed
Sections




News Archive
DevShed:
Classes as PHP Functions
August 09, 2006 @ 05:49:25

Continuing on in their "PHP functions" series today, DevShed has posted this next step up the ladder, getting more advanced with the functions they're working with. This time, there's a focus on functions inside classes and creating the classes around them (a sort of introduction to object-oriented programming).

Continuing our PHP functions article, we move on to creating classes. Let me say right at the start that you can write perfectly effective and useful PHP code without creating classes or going into object oriented programming. Object oriented programming can be very powerful and PHP programmers are increasingly taking advantage of these capabilities, which have been greatly expanded since PHP4.

They start with the creation of a simple class - a human class with two $legs and two $arms. They show a simple display of this data and add another attribute to the class, one for hair color. They then capture the output they've been creating inside a function, report, and show how to execute it. Finally, they show how to use the special function that runs when the object is created - the constructor.

0 comments voice your opinion now!
classes functions methods properties tutorial part2 classes functions methods properties tutorial part2


blog comments powered by Disqus

Similar Posts

DevShed: Setting up the Foundation for an Extensible Website Engine with PHP 5

DevShed: Reading, Writing and Creating Files in PHP

Ulrich Kautz: PHP Validation & Sanitization

Ibuildings Blog: Implementing Iterators

Felix Geisendörfer's Blog: Learning from the CakePHP Source Code (Part 1)


Community Events











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


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

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