Entries Tagged 'Programming' ↓

Zend Framework - Autoload Environment Config

Configuration is power. I’m always looking on how to keep my settings as far away from my application as possible, so that switching them around is painless and straightforward. Most frameworks address this with some sort of in-house convention, but if you’re into Zend Framework, you’d know that ZF just gives you the tools, not the direction.

Continue reading →