News Feed
Jobs Feed
Sections

Recent Jobs

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




Similar Posts

PHPHacks.com: Creating charts with JGraph

John Coggeshall's Blog: Alan has smoked too much PHP

Elizabeth Smith's Blog: Perverting windows with PHP

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 2 - Pluggable Applications

ParanoidFerret.com: Flex & PHP Tutorial - Transmitting data using JSON


Community Events









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


PEAR application code releases cakephp conference zend mysql package ajax zendframework framework developer database PHP5 example job release security book

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