Cform - Cformmodel Tutorial

Is there a tutorial on how to use CForm and CFormModel on performing CRUD operations?? I would like to use CFormModel instead of using CActiveRecord which is automatically generated by Gii so I can further understand Yii operations.

Thank you very much :lol:

Hi jr_jags

You can look the official documentation

http://www.yiiframework.com/doc/api/

There are also online documentation for Yii

http://yiidoc.org

for CFormModel check

http://yiidoc.org/guide/en/form.model

:)