Prior to installing Yii, you must configure your application development environment as a web server capable of supporting PHP 5.1.0 or higher. The basic Yii installation is almost trivial. There are really only two necessary steps: 1. Download the Yii Framework from http://www.yiiframework.com/ download/. 2. Unpack the downloaded file to a web-accessible folder. Verify that your server satisfies all of the requirements for using Yii and to ensure the installation was a success Yii comes with a simple requirement checking tool. To invoke the tool and have it verify the requirements for your installation, simply point your browser to: http://yourhostname/path/to/yii/requirements/index.php . You should see a screen similar to the one below Installing a database. Though you can use any database that is supported by PHP with Yii, if you want to use some of built-in databa...
OOP,PHP,Web Development,MYSQL,Yii,Bootstrap...Blog.