Skip to content

Instantly share code, notes, and snippets.

@caefer
Created September 20, 2010 20:16
Show Gist options
  • Select an option

  • Save caefer/588572 to your computer and use it in GitHub Desktop.

Select an option

Save caefer/588572 to your computer and use it in GitHub Desktop.
<?php
...
$this->widgetSchema['category_id'] = new sfWidgetFormJQueryAdminHijackDoctrineChoice(array(
'model' => 'Category',
'module' => 'category',
'fields' => array('name')
));
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment