Category Archives: Uncategorized

Standard way for local configuration file in Zend Framework

I’ve read people have talked about local configuration files in Zend Framework. As of Zend Framework 1.10, multiple configuration files is supported by Zend_Application. Here is the right (standardized) approach: $application = new Zend_Application( APPLICATION_ENV, array( ‘config’ => array( APPLICATION_PATH … Continue reading

Posted in php, Uncategorized | Leave a comment

Fixing Mysql sock issue when using PHP on Snow Leopard

If you followed my tutorial pages about installing Apache + PHP + missing extensions and installing PEAR previously, maybe you are interested to look at this fix. Installing MySQL is easy. Just go to MySQL Download page and grab the … Continue reading

Posted in Uncategorized | 1 Comment

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Bookmark on Delicious Digg this post Share on dzone Recommend on Facebook Buzz it up share via Reddit Tweet about it Subscribe to the comments … Continue reading

Posted in Uncategorized | 1 Comment