コード例 #1
0
 function init()
 {
     parent::init();
     $this->getField('name')->type('text')->allowHtml(true);
     $this->addField('email')->refModel('Model_Filestore_File')->type('file')->display('upload');
 }