Re: [symfony-users] radiobutton and select values

2010-04-27 Thread Parijat Kalia
Here is what I do /*Code for timeLimits*/ if(isset($_SESSION['timeLimits'])) { $timeLimits = $_SESSION['timeLimits']; $i=0; $dropDownMenu = array(); $dropDownMenu['0'] = 'Configured'; foreach($timeLimits as $timeLimit) { $i++;

[symfony-users] radiobutton and select values

2010-04-27 Thread fRAnKEnSTEin
hi, I have some data stored in session variable, what i need to do, is to load that data in the select and radio button that i have in my template. My template looks like: ... render(array('class' => "txt_boxes_peq")) ?> render(array('class' => "class='radiobtn'")) ?> ... how can i set the value