News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Recursive Methods in Object-based PHP Applications (Part 2)
May 09, 2006 @ 06:25:54

DevShed has posted part two of their series dealing with recusion in PHP, this time with a focus on its use in a more object-oriented environment.

Welcome to the second tutorial of the series "Recursion in PHP." Comprised of three parts, this series introduces the fundamentals of recursion in PHP, including the definition and use of recursive functions in procedural PHP scripts, as well as the creation of recursive methods in object-oriented Web applications.

Now, in this second part of the series, I'll explore some advanced uses of recursion in PHP, particularly in the terrain of object-oriented programming. I will develop a couple of object-based applications which use recursive methods for accomplishing their tasks. By the end of this tutorial, you should have a pretty solid grounding in how to define recursive methods within your own PHP classes.

They start with a simple example of OOP with recursion, handling some "HTML widgets" to be output to a page (div, h1, p, and ul tags). With this library created and in place, they work up a "generator" class to actually build the page dynamically. Finally, they bring it all together with the creation of a simple template processor for simple page creation.

0 comments voice your opinion now!
recursion object-oriented tutorial part2 template html recursion object-oriented tutorial part2 template html


blog comments powered by Disqus

Similar Posts

Volker Dusch's Blog: Textual code coverage information for PHPUnit

PHPMaster.com: Learning Loops

WebReference.com: User Personalization with PHP: The Final Scripts

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects

PHPMaster.com: Using SPL Iterators, Part 2


Community Events











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


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

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