[symfony-users] Log and notify on order actions

2010-12-30 Thread Tom Haskins-Vaughan
sf1.4/doctrine/ubuntu Hi all, Here's hoping all of you (who observe it) had a Merry Christmas and are looking forward to a fine New Year. I am developing an ecommerce application. At each stage in an order's life-cycle, I want to log an event, send a notification and send a user flash. My quest

[symfony-users] Re: sfWidgetFormChoice

2010-12-30 Thread Massimiliano Arione
On 29 Dic, 17:58, "emanu.ti" wrote: > Hi, I want to use sfWidgetFormChoice with "multiple" => true > parameter. Here is my code: You need to set "multiple" option in your validator. cheers Massimiliano -- If you want to report a vulnerability issue on symfony, please send it to security at sy

Re: [symfony-users] Elegantly Load Dynamically Created JavaScript?

2010-12-30 Thread Felix E. Klee
On Thu, Dec 30, 2010 at 12:56 AM, Андрей Дягель wrote: > That's exactly what use_dynamic_javascript() helper was created for. Thanks! In "indexSuccess.php" I now simply do: use_dynamic_javascript('main/index') -- If you want to report a vulnerability issue on symfony, please send it to secu