28 May 2009 0 Comments

Testing the Yii Framework

Installing First, download the Yii Framework to somewhere sensible. I prefer to use subversion to check out the code: svn co http://yii.googlecode.com/svn/branches/1.0 /usr/share/php/Yii This will take a few minutes. Once it’s done, you can use the Yii Command Runner (yiic) to set up your web application: /usr/share/php/Yii/framework/yiic webapp /var/www/html/appname If everything went well, you should [...]

Tags: