Hello everybody, I wonder why these two widget class have not same the options :
The documentation says that sfWidgetFormSelect only have these available options: * choices: An array of possible choices (required) * multiple: true if the select tag must allow multiple selections. But sfWidgetFormPropelSelect have these available options : * model: The model class (required) * add_empty: Whether to add a first empty value or not (false by default) If the option is not a Boolean, the value will be used as the text value * method: The method to use to display object values (__toString by default) * order_by: An array composed of two fields: * The column to order by the results (must be in the PhpName format) * asc or desc * criteria: A criteria to use when retrieving objects * connection: The Propel connection to use (null by default) * multiple: true if the. It would be nice to have some of the sfWidgetFormPropelSelect class options for the sfWidgetFormSelect class as the 'add_empty' option. have a nice day rccc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
