摘要: Lets consider sfWidgetFormDoctrineChoice form select object with multiple elements:$this->setWidgets(array('books' => new sfWidgetFormDoctrineChoice(array('model' => 'Book', 'expanded' => true, 'multiple' => true)),));So it will obviously take a 阅读全文
posted @ 2011-09-14 18:32 Lux.Y 阅读(394) 评论(0) 推荐(0)