News Feed
Jobs Feed
Sections




News Archive
David Walsh's Blog:
Using PHP Generic Objects To Organize Your Code
December 07, 2007 @ 07:52:00

David Walsh has put together and posted a class he's created around creating generic objects to help with code organization.

I like using PHP classes to keep my code organized and easy to maintain. I know that they consume more memory than simply using an array or variable system, but if memory is an issue, I'd get more memory. Saving time by coding in a maintainable fashion is more important to me than upgrading a server. I've written a very generic, flexible PHP class that I use in my PHP code to get and set variables for use within the page.

His class is included as are two example of its use - a basic option that sets properties on the object and an example of its use with a database, parsing the results into an object with a load() call.

3 comments voice your opinion now!
generic object class example organize generic object class example organize


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: PHP Works 2007 Teaser: Framework Benchmarks!

Mikko Koppanen's Blog: Trimming an image

DevShed: Sending MIME Email with PHP

Sebastian Bergmann's Blog: Integrating PHPUnit with Selenium

Richard Lord's Blog: PHP Password Security


Community Events











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


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

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