Category Archives: php

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

Installing PEAR on built-in PHP of Snow Leopard

If you followed my last blog post, now you have your PHP environment with missing extensions compiled and loaded. But we still lack of PEAR support. This post has the intention to explain how to install PEAR on your default … Continue reading

Posted in pear, php | 2 Comments

Getting Snow Leopard built-in MAMP to work smoothly

Considering you are here, I can assume you are a desperate folk looking for a possible solution to make built-in MAMP work perfectly using the default packages that comes with clean Snow Leopard installation. Trust me, I was feeling like … Continue reading

Posted in apache, apc, development, imagemagick, memcache, php, snow leopard, xdebug | Tagged , , , , , , , | 4 Comments