Re: set checkboxes on multiple forms

2009-01-02 Thread brian
On Fri, Jan 2, 2009 at 11:53 PM, brian wrote: > I have an admin_index page for a model that requires a listing for > each row, which includes a *separate* form with a couple of > checkboxes. The controller action is: > > public function admin_index() > { >$this->data = $this->paginate();

set checkboxes on multiple forms

2009-01-02 Thread brian
I have an admin_index page for a model that requires a listing for each row, which includes a *separate* form with a couple of checkboxes. The controller action is: public function admin_index() { $this->data = $this->paginate(); } Now, in the view, I cannot figure out how to get the For