2.确认下form的目录 在application/forms/下 建立一个 Guestbook.phps 作为我们form的类文件,如下: 复制代码 代码如下: ?php html' target='_blank'>class Application_Form_Guestbook extends Zend_Form { public function init() { // Set the method for the display form to POST $this- setMethod('post');//设置提交方式