News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


series database symfony2 phpunit community component podcast application interview opinion development release custom api conference test framework unittest language introduction

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