News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Dynamic global functions in PHP
October 22, 2007 @ 11:12:00

On the SitePoint PHP blog, there's a quick tutorial from Troels Knak-Nielsen about the creation and use of dynamic global functions in your PHP application:

Like many others, I prefer to use procedural PHP as a template language. While PHP's syntax makes it a practical choice for this, there is a problem with embedding dynamic content. [...] A single letter, regular function is undoubtedly the simplest way to extend PHP's syntax. Thinking about it, it's fairly obvious, but it just never occurred to me. [...] There is a problem though; Since this is such a good name for a function, chances are that someone else would use it for something different, or perhaps even for the same.

As a more viable solution, he recommends going dynamic and creating fumctions (via the call_user_func_* functions) and an addition to the $GLOBALS superglobal to make calling the custom function simpler.

0 comments voice your opinion now!
dynamic global function calluserfunc superglobal dynamic global function calluserfunc superglobal


blog comments powered by Disqus

Similar Posts

Alex Netkachov's Blog: BAT file tips

PHPBuilder.com: Dynamic XML with PHP

Philip Olson's Blog: 20 possible reasons why PHP function names and parameters are weird

IBM developerWorks: Going dynamic with PHP

Zend Developer Zone: Dynamically Generating PDF Files with PHP and Haru


Community Events











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


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

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