How to Use Zend Framework without Editing php.ini File?
After reading the How to Install Zend Framework? article, some of the reader asking about how to use Zend Framework without editing the php.ini file. Yes, good question. Actually there is another way to achive this. You can use the ini_set() function to set the value on your PHP configuration option. Here is the sample of using ini_set() to change the value of ‘include_path’ on your PHP configuration. Continue reading ‘How to Use Zend Framework without Editing php.ini File?’ »




