I'm learning Yii and figured I would try to document things that I run into trouble with and cannot find online examples of. I hope these might help someone out.

I wanted to use a WYSIWYG editor for a project I'm working on and found the TinyMCE extension for Yii. I put the following instructions together on how to get it working.
TinyMCE extension tutorial

I wanted to create a Form and do validation but the form fields were not related to a Database table so I needed to create a form model. I struggled a bit with this and decided to create a test form with validation from scratch. The following link documents that process.
MyForm