News Feed
Jobs Feed
Sections




News Archive
DevShed:
Generating Outputs from MySQL with Static Members and Methods in PHP 5
October 09, 2006 @ 12:12:00

DevShed is finishing off their series on using static members and methods in PHP5 with this new tutorial covering the creation of output as pulled from a MySQL database using these static members/methods.

Welcome to the last part of the series "Using static members and methods in PHP 5." Made up of two instructive chapters, this series introduces the foundations of using static members and defines static methods in PHP 5-driven development environments.

Since in the first tutorial you were provided with a couple of concrete cases where a class used a static property, as well as one static method (remember the definition of the Singleton class), in this tutorial you'll see another example where these kinds of methods and members are properly utilized.

They give a class to help interface directly with MySQL before getting into the three bits of functionality that make the output possible - ResultToString, ResultToXML, ResultToArray. Finally, they combine the pieces together, making a Factory class that handles the request and pushes the correct output format back out the other side.

0 comments voice your opinion now!
php5 object output mysql static member method php5 object output mysql static member method


blog comments powered by Disqus

Similar Posts

Content With Style: buggy behaviour of parent:: in PHP 5.3.3

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

PHP Magazine: Two New Polls - CMS Features & PHP5 Choices

Paul Gregg's Blog: PHP algorithms: Determining if an IP is within a specific range.

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features


Community Events











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


functional usergroup podcast introduction language unittest testing phpunit interview conference database development symfony2 rest zendframework2 series community framework release opinion

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