Yii excels over other PHP frameworks in that it is e cient, feature-rich and clearly-
documented. Yii is carefully designed from the beginning to t for serious Web application
development. It is neither a byproduct of some project nor a conglomerate of third-party
work. It is the result of the authors' rich experience of Web application development and
the investigation and re
ection of the most popular Web programming frameworks and
applications.
Installation
Installation of Yii mainly involves the following two steps:
1. Download Yii Framework from yiiframework.com.
2. Unpack the Yii release le to a Web-accessible directory.
Tip: Yii does not need to be installed under a Web-accessible directory. A Yii
application has one entry script which is usually the only le that needs to be
exposed to Web users. Other PHP scripts, including those from Yii, should be
protected from Web access since they may be exploited for hacking.
No comments:
Post a Comment