News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
Application Configuration
November 04, 2008 @ 12:09:17

Kevin Waterson has posted a new tutorial today looking at a key part of any web application - the configuration settings and how they can be stored.

PHP applications come in many shapes and sizes. Some used locally from command line, and more commonly, for web based applications. More often than not, regardless of size or type, some form of configuration variables will be stored for global access. [...] Each options has its pros and cons. Here each of these options is explored to see which method is right for your application.

He looks at four different options:

  • an ini file that can be parsed/modified directly by PHP
  • an XML file slightly more complex, but still simple for PHP to use
  • a PHP file with things like PHP arrays defining settings
  • and a database with one or more configuration tables

Each type comes with some example code and format to give you an idea of how they'd work.

1 comment voice your opinion now!
application configuration ini xml database native


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: The PHP App Insecurity Top 20

DevArticles: Sending Email with AJAX - Developing the Client-Side Application Layer

PHPBuilder.com: Creating a Database-driven Fuel PHP Application

Stubbles Blog: vfsStream 0.1.0 Released

Evolt.org: Failover Database Connection with PHP + mySQL


Community Events











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


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

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