public function getFormBuilder(){ $form=new CForm($this->elements(), $this); return $form; } 请讲一下yii表单构造的工作流程。
额,我知道YII2的,1的不太清楚...
======
自己去看源代码吧,很简单的...