Yii is a high-performance PHP framework best for developing Web 2.0 applications.It supports great features like MVC design pattern , (DAO) Database Access Object , Query builder , Active Record , DB Migration , Web Services , Unit and Functional Testing etc.
Below steps are required to generate the yii based project.
1.download the yii framework from here.
2.extract the files in yii folder (here i use xampp so i extracted files at xampp\htdocs\yii)
3.now to generate the project it is required to use command prompt so just click on start -> run and type cmd to start command promtpt.( for window os )
4.now set your current path to d:\xampp\htdocs\yii\framework (I installed xampp in d: drive)
5.now suppose i want to create project with name testdrive . so need to apply below command
d:\xampp\htdocs\yii\framework\yiic webapp ../../testdrive
now it will ask for the permission to create testdrive now here press y . now this command will generate the yii project files under testdrive.
6.now to see the demo you need to use url http://localhost/testdrive
it will show default view of the project.
Comments
Post a Comment
Hi, Thanks for the comment will try to reply at the earliest.
Good Day,
Hiren Patel
http://www.renruhak.org