News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
dirname(__FILE__)
March 22, 2007 @ 07:42:00

On the PHP 10.0 Blog today, Stas has a suggestion that might help out developers that use the combination "dirname(__FILE__)" to get the working directory. He proposes something like __FILEDIR__ to replace it and to help make code cleaner.

The reason is simple - libraries want to include files relative to library top directory, and do not want to count on include path. And relative include resolution rules in PHP not clear to all, so people prefer to be sure. The downside here is that this expression is dynamic - executed at run-time. Meaning it's slower and less toolable and also makes a bad habit of putting dynamic things into include (which is not a problem here, since it's "static dynamic" thing, but still a bad habit).

His suggestion has merit, and, according to the comments on the post, the reception seems like it would be positive.

2 comments voice your opinion now!
dirname proposal filedir library path application dirname proposal filedir library path application


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.4.14 and PHP 5.3.24 released!

PHP-GTK Community Site: Nitwit : a microblogging client

Davey Shafik's Blog: Zend_Service_Server: The Full Deal

Chris Hartjes' Blog: Converting Legacy Apps to CakePHP, Part 2

IBM developerWorks: Ajax and XML: Ajax for chat


Community Events











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


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

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