Applications, especially ones that run over and over again with zero persistancy (of the application itself) like a web app needs logging. It’s important to be able to log different types of messages to different places and fortunately Zend_Log is so extensible that it can log to almost anything you can think of. My typically [...]
Posts Tagged ‘configuration’
Using Environment Variables So You Can Commit Your .project File
February 25th, 2009
No Comments
Quick Update: this apparently only works with Zend Studio for Eclipse. Sorry for any confusion if you’re trying to figure out where the f$#@ those dialogs are. All of my projects reside in an SVN repository and now they’re starting to get accessed by multiple users. Typically with eclipse, I would just have a project [...]

