hai,
how to write the multiple checkboxes in cakephp and how to updaet in the mysql plz anyone help me asap
i have written the code below
echo $this->Form->input('showhome', array('type' => 'select', 'multiple' => 'checkbox','options' => array(
'showhome' => 'Show Home'
)
));
plz how to update the showhome filed only in the db table
Shiva Kumar