I've been using Yii for one year now and have used it in four real-world projects at work, and a couple of hobby projects at home.
It is easily my favorite PHP framework. Loosely based on Ruby on Rails, it has a strong OO foundation and a relatively easy learning curve. As other commenters have said, it has pretty good documentation, although I sometimes wish it had more examples included in the docs.
Having used CodeIgniter for some real-world projects, I can honestly say it is much more robust and much faster. If you configure it properly (e.g. use sensible logging and caching, use the Yiilite.php file in production, etc.), it is incredibly fast, compared to other frameworks. While Zend is very nice and really comprehensive. Yii does not feel as monolithic as Zend does.
The community is great; if you post a question on the forum, you can expect to get an answer from community members within 24 hours or less, in most cases.
Also, Yii has excellent i18n support.
All in all, it is the best MVC PHP framework available today, in my (humble) opinion.