Yii is an open source, object-oriented, component-based PHP web application framework. Yii is pronounced as "Yee" or [ji:] and it's an acronym for "Yes It Is!".
Yii is a free, open-source Web application development framework written in PHP5 that promotes clean, DRY design and encourages rapid development. It works to streamline your application development and helps to ensure an extremely efficient, extensible, and maintainable end product.
Yii Framework and its key concept: MVC
Setting up a development environment
Creating a skeleton application using yiic
Gii to create Models, Views, Controllers and CRUDs
Talking with Database
Yii Architectural Review
These tutorials are taken from here
1 comments:
Yii structure is just like a buddy to me, it reduces much of my time. Fifty percent of my work is done by it while handling any web application. Other than this sometimes even I prefer to use CodeIgniter as I think it to be a good PHP framework too.
Post a Comment