Quantcast

how to wirte multiple checkboxes in cakephp

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

how to wirte multiple checkboxes in cakephp

Siva Kumar
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to wirte multiple checkboxes in cakephp

Tilen Majerle
like i see you only need one checkbox

why you don't use FormHelper::checkbox() ??
--
Lep pozdrav, Tilen Majerle



2012/6/11 Siva Kumar <[hidden email]>
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
--
View this message in context: http://cakephp.1045679.n5.nabble.com/how-to-wirte-multiple-checkboxes-in-cakephp-tp5708689.html
Sent from the CakePHP mailing list archive at Nabble.com.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Loading...