Get a copy of Yii1.1 from the Yii Chinese community
Extract it to the www root directory
(Recommended tutorial: yii framework)
Use the cmd command to enter the framework folder in the yii-1.1.14 directory under the www directory and run: ( testyii chooses its own name, and the same goes for the directory)
yiic webapp ../../testyii
Press Enter
If you see successfully, it proves that the installation is successful!
The root directory of www will also have an additional testyii folder
Visit www/testyii. If the following page appears, it proves successful!
For more programming-related content, please pay attention to the Programming Introduction column on the php Chinese website!
The above is the detailed content of How to install the yii1.1 framework. For more information, please follow other related articles on the PHP Chinese website!