YII with EXTJS

Does anyone have any experience on using YII with ExtJS/Sencha. If so then how would you handle CSRF validation with YII and ExtJS. I would really appreciate if anyone can give me any insight on this matter. Thank you very much in advance.

Check this:

http://www.yiiframework.com/extension/ext4yii/

There’s even a discussion about this extension in the extension section of the forum.

Thank you very much for the reply. Yes I am fully aware of Ext4Yii extension but I am not using that extension because it uses custom markup. I prefer to write Javascript manually not via some sort of custom generator.

I was wondering if any member have experience working with YII without using Ext4Yii extension. Especially I am looking for a solution to deal with CSRF validation with ExtJs form.

I created a "framework" with interesting abstract classes, components, etc., using Ext JS and Yii, if you are interested, please contact: fabiojpoli@hotmail.com

Some information about the components that created it http://www.extjs.com.br/forum/index.php?topic=5553.0

Bye!