Thanks.
Why use Zend_Config?
Moderator: General Moderators
Why use Zend_Config?
I don't get what makes Zend config better than a bunch of static variables in a file, can anyone explain please
Thanks.
Thanks.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Why use Zend_Config?
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.
(#10850)