News Feed
Jobs Feed
Sections




News Archive
Nikita Popov's Blog:
A plea for less (XML) configuration files
July 10, 2012 @ 10:09:27

Nikita Popov has posted a plea to developers and project maintainers alike to stop using XML for their configuration files in their PHP-based applications.

I recently tried using Phing (a PHP build system) to do some simple release automation. Just creating a PEAR package and doing a few string replacements here and there. The result? After several wasted hours I ended up using Phing only for PEAR packaging and doing everything else in a custom PHP build script. The reason? Phing uses XML files to configure what it should do during a build.

He advocates a more native solution - a PHP script that defines the configuration options as a part of an object that can be injected into the parts of your app without the need for external dependencies.

0 comments voice your opinion now!
configuration file xml native object opinion


blog comments powered by Disqus

Similar Posts

phpaddiction: Url Routing with PHP - Part Two

php|architect: Putting glob() to the test

Kevin Schroeder's Blog: Call for webinars (Zend)

Programmer Assist: Handling File Uploads With PHP

Richard Thomas' Blog: Frameworks are like Hammers


Community Events











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


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

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