February 27, 2010, 07:17
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?’ »
Tags:
configuration,
framework,
ini_set,
library,
path,
path_separator,
PHP,
zend,
Zend Framework,
zf Category:
PHP,
Zend Framework |
1 Comment
February 22, 2010, 20:12
Zend Framework is one of the famous PHP framework in the world. It’s an open source, object oriented web application framework for PHP 5. Zend Framework is often called a ‘component library’, because it has many loosely coupled components that you can use more or less independently. Many of our readers was asking about how to install Zend Framework. This article is written based on our experience of installing this nice and powerful framework. We will assume you already familiar with PHP environment, such as how to edit php.ini file, restart Apache/web server and so on.
We will talk about general steps to install Zend Framework and it’s applicable for both Windows and Linux/Unix platform. Continue reading ‘How to Install Zend Framework?’ »
Tags:
framework,
godaddy,
GoDaddy.com,
include_path,
ini_set,
instalasi,
installation,
library,
PHP,
php.ini,
php5.ini,
shared hosting,
zend,
Zend Framework,
zf Category:
GoDaddy.com,
Zend Framework |
8 Comments