News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Using PHP classes to store configuration data
January 10, 2011 @ 11:57:39

Gonzalo Ayuso has a new post to his blog today looking at how he uses PHP classes to store configuration information for easier retrieval.

In my last projects I'm using something I think is useful and it's not a common practice in our PHP projects. That's is the usage of a plain PHP's class for the application's configuration. Let me explain it. Normally we use ini file for configuration. [...] There are many standard options. Why I prefer a different one then? I like plain PHP classes because the IDE helps me with autocompletion. The usage is quite simple.

His example uses a standard class to store the configuration values, one that can be loaded into a project and lets you call the configuration values statically. He gives two examples of how this is helpful in a standard IDE with autocompletion.

0 comments voice your opinion now!
class configuration data ini xml yaml parseinifile


blog comments powered by Disqus

Similar Posts

Developer.com: Performing HTTP Geocoding with the Google Maps API

Stubbles Blog: Exception is an Inheritance Nazi

Pádraic Brady's Blog: OpenID library for the Zend Framework?

Cake Baker Blog: Using bake with (PHP)Eclipse

PHPro.org: Class Hierachies And Overriding


Community Events











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


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

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