Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flexibility of Yii [closed]

I have come across a fair bit of information on CI being a really flexible framework. Does Yii also allow great flexibility? And the ability to pick and choose when to use it or your own php?

like image 962
enfield Avatar asked Mar 23 '11 03:03

enfield


2 Answers

Flexibility is very subjective, so this question is a bit vague.

From my experience I can tell you that Yii is very very powerful, but in most cases when you want to go into really advanced territory you have to do things "Yii's way". If you do, you will find that the pieces of the puzzle click together really well and things go smoothly. If you don't (because presumably you haven't realized yet what "Yii's way" is), it's going to give you a hard time.

like image 117
Jon Avatar answered Oct 14 '22 00:10

Jon


I am using YII since 2 years. I use it with combination with Zend AMF and create backend systems for Flash campaigns, create HTML5 webpages, simple pages, different competition pages and and find it usable for every case you need. The main advantage that it is really structured, logical and fast. So because of that I am spending my time on creating application logic, not on setting up environment, setting up all requests, pages, subpages etc., MVC model + ActiveRecord saves my time here.

like image 42
Aleksy Goroszko Avatar answered Oct 14 '22 01:10

Aleksy Goroszko