摘要: 1. Create the class:<?phpclass grapheWidgetFormFrequency extends sfWidgetForm{ protected function configure($options = array(), $attributes = array()) { $this->addRequiredOption('number'); $this->addRequiredOption('type'); $this->addOption('template', '%number 阅读全文
posted @ 2011-10-25 17:48 Lux.Y 阅读(521) 评论(0) 推荐(0)