tiger

Results 3 comments of tiger

1)it shows the dropdown list , but how to set the values of choices, just like the code $builder->add('gender', 'choice', array( 'choices' => array('m' => 'Male', 'f' => 'Female'), 'required'...

3) I make 2 step, but the grid seems no change. x\yBundle\Model\ListingManager.php: namespace x\yBundle\Model; use Lyra\AdminBundle\Model\ORM\ModelManager as BaseManager; class ListingManager extends BaseManager { public function getBaseListQueryBuilder() { $qb = parent::getBaseListQueryBuilder();...

thanks, it works. an advance question : how to filled the widget: choice if the values are dynamic( select from database)?