TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Who is using Yii framework?

2 pointsby antonio-Ralmost 12 years ago
Who is using the php Yii framework? It's been my main focus in php terms since 2010, does anyone uses it? Or you prefer other php framework or some other server-side language?

4 comments

ragatskynetalmost 12 years ago
I also used it for a couple of projects and I found it extremely useful when I was a beginner at PHP and web development in general.<p>Yii shows the patterns used every day in web development now and therefore it is extremely useful for people who want to start web development with PHP. Also it has some disadvantages (or it had at least, I am not aware of the framework&#x27;s state now) - e.g. testing (tdd?) is not so straightforward like it is in other, let&#x27;s say &quot;newer&quot; technologies.<p>And my advice lastly: I do not know how good you are in PHP or web development but if you plan to use PHP in further developments then Yii is a good choice - I have not used it in the last 2 years but it was good 2 years ago as well. Maybe there are some other good frameworks now but give it a try at least on a smaller project.
damncabbagealmost 12 years ago
I used it for a couple of years (2009 - 2010) after getting frustrated with Zend Framework&#x27;s Java-envy and enjoyed it; it was the last straw that pushed me over to Ruby and Rails, though, given Yii&#x27;s attempt at bizarro-Rails with CActiveRecord, and the problems with getting testing working properly.<p>I really wish they would stop using statics so much, though (eg. CHtml::activeTextField()); it&#x27;s really inflexible, particularly when statics call other private statics with self::... making subclassing really tough.
ludwigzalmost 12 years ago
Had to work on a project based on Yii, found it clean and pretty similar to CodeIgniter. Seems to be popular in Russia
leonvonblutalmost 12 years ago
I&#x27;m studying it, Yii is very powerfull and easy to learn and the community is really active!