http://www.ramirezcobos.com/category/yii/
Useful posts from Antonio Ramirez on the Yii framework. This is the category, there's quite a lot of helpful stuff in there.
http://programmersnotes.info/2009/03/04/handling-application-parameters-in-yii-using-the-database/
Very helpful article on how to store option or config data Yii in a database. Also includes a quick overview (the useful part for me!) of how to access data stored in a config file. Nifty. :-)
http://www.ramirezcobos.com/2010/11/06/how-to-use-swfuploads-yii-extension/
A handy article explaining how SWFUpload was integrated into Yii. Useful example of creating a view and controller.