Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

phpaddiction:
PHP Application Configuration with YAML
Nov 22, 2007 @ 23:56:00

On the phpaddiction website, there's a quick new tutorial showing how to use the YAML technology to make a configuration for your application.

I have always disliked creating configuration data by reading from various formats into global arrays, so I needed to build or borrow a configuration class for my own projects that I could standardize on.

He discusses the base he worked from - a class based on the Zend_Config package in the Zend Framework, using his own sort of caching scheme. He's also included the code to see it in action (including the code download).

tagged: application yaml configuration syck example application yaml configuration syck example

Link:


Trending Topics: