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

Job Posting: VH1 Seeks Experienced LAMP Applications Developer

Edin Kadribasic's Blog: PHP 4.4.4-win32 with MySQL 5.0.22

Matthew Turland's Blog: Zend Framework and Remember The Milk

Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5

Community News: WinPHP Challenge 2009 Registration Deadline is April 17th, 2009


Community Events











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


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

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