News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
PHP generated code tricks
June 21, 2010 @ 10:45:59

Brian Moon has posted a few tricks he's figured out in relation to generating dynamic PHP code (a questionable method for some) you can use elsewhere in your application.

Something that is great about PHP is that you can write code that generates more PHP code to be used later. Now, I am not saying this a best practice. I am sure it violates some rule in some book somewhere. But, sometimes you need to be a rule breaker.

He gives the example of pushing the contents of an array out to a cache file (since the settings rarely change) and then just include the ".php" file when they're needed. The PHP in the file is interpreted and, with the help of an autoloader, all of the values inside will be made available to the rest of the script. Comments on the post mention alternatives to his method like memcache, using var_export and the possibility of using JSON to store the information instead.

0 comments voice your opinion now!
dynamic code database cache autoload


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Caching of Zend Framework application configuration file

Oracle Technology Network: Creating an Ajax Process Using PHP and Oracle

DevShed: Abstracting Database Access Using Polymorphism with Objects in PHP 5

Tillate Blog: Clientside Cache Control

Frikk.tk: How to make your own CAPTCHA protection using PHP


Community Events











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


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

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