try embed forms :) On Wed, Apr 28, 2010 at 1:56 PM, saki <[email protected]> wrote: > OK, i've added the "fee" column to the connection table. I can show/ > list all the services > in the company form with this: > > <?php echo $form['services_list'] ?> > > in the form i use this: > > $this->widgetSchema['services_list']->setOption('multiple', true); > $this->widgetSchema['services_list']->setOption('expanded', true); > > This makes a checkbox list form me. Unfortunately I have no idea how > to > add prices to these "relations". Perhaps I shouldn't use chechboxes. > What should I do to get a list similar like this? > > Checkbox (input) | Service1 | price (input) > Checkbox (input) | Service2 | price (input) > > or do you have better solution? > Thank you so much in advance! > > On ápr. 28, 11:20, "NOOVEO - Christophe Brun" <[email protected]> > wrote: >> Hi Saki, >> why don't you add your column to the service-company connection table ? > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" 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-users?hl=en >
-- Have a nice day! Alecs Certified ScrumMaster There are no cannibals alive! I have ate the last one yesterday ... I am on web: http://www.alecslupu.ro/ I am on twitter: http://twitter.com/alecslupu I am on linkedIn: http://www.linkedin.com/in/alecslupu Tel: (+4)0722 621 280 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en
