I'd really recommend listening to the first response you got, from
Ketan Patel. Once you've submitted, in your Controller, have a look at
what form the data you've been sent is in, and then prepare it as you
require to send to the model to be saved.
You will find people here are very happy to hel
please tell me how can i send checkbox values from template to
controller.
template: (its related to site model)
hidden('Site/id', array('value' => $site['Site']
['id']));?>
(from this line i am geeting site id)
hidden('Campaign/id', array('value' =>$campaign[]
[]));?>
(from this line i want to
On 8/16/07, bbuchs <[EMAIL PROTECTED]> wrote:
>
> Jerk.
>
Well, there are three potential "jerks"
1) the original poster for expecting people to simply provide them with code
2) the responder who told them to go read the manual
3) the person who called the responder in #2 a "jerk"
Personally, I
Jerk.
On Aug 16, 10:40 am, MrTufty <[EMAIL PROTECTED]> wrote:
> Or, not.
>
> You should be able to figure this one out for yourself with minimal
> work. What, you want us to write your code for you now?
>
> Steve
>
> On Aug 16, 9:02 am, nirmal <[EMAIL PROTECTED]> wrote:
>
> > Please give me an e
Or, not.
You should be able to figure this one out for yourself with minimal
work. What, you want us to write your code for you now?
Steve
On Aug 16, 9:02 am, nirmal <[EMAIL PROTECTED]> wrote:
> Please give me an example with code.
> :)
>
> On Aug 14, 11:20 pm, Ketan Patel <[EMAIL PROTECTED]> w
Please give me an example with code.
:)
On Aug 14, 11:20 pm, Ketan Patel <[EMAIL PROTECTED]> wrote:
> Do pr($this->data) in your controller action after you post the form,
> this will give you all the information about what variables you have
> available tosave. Start from there.
>
> Cheers,
> Ke
Do pr($this->data) in your controller action after you post the form,
this will give you all the information about what variables you have
available to save. Start from there.
Cheers,
Ketan
http://www.eclassifieds4u.com
nirmal wrote:
> Hi,
>
> I want to update a column in table using checkboxes
Hi,
I want to update a column in table using checkboxes and button.
I have a template it showing me table data with checkboxes.
When i will select checkbox and then i will click on a button. I want
to update all the values for selected checkboxes.
Please help me its urgent.
--
Nirmal
--~--~--