Page 1 of 1

Why use Zend_Config?

Posted: Mon Aug 04, 2008 3:32 pm
by haosmark
I don't get what makes Zend config better than a bunch of static variables in a file, can anyone explain please :?:

Thanks.

Re: Why use Zend_Config?

Posted: Mon Aug 04, 2008 3:48 pm
by Christopher
I guess what makes any config system better than a bunch of static variables in a file. Data source independence; multiple configurations; injectable object rather than globals; etc. etc.