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

Filip de Waard\'s Blog: Stay away from PHP 5.1.3 (for now)

Kevin van Zonneveld's Blog: Porting PHP to Javascript

Advanced PHP Tutorial: 7 Useful functions to tighten the security in PHP

Evert Pot's Blog: PHP Quicksearch in Firefox

Paul Reinheimer's Blog: Today's Funcaday (Escaping)


Community Events











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


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

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