CakePHP FormHelper - Can't disable multiple checkboxes - by Temega I've got the following in my view: echo $form->input('Category', array('multiple' => 'checkbox', 'disabled' => true)); But, the checkboxes aren't disabled... Read the article
CakePHP - Can you make forms submit params as named params? - by Temega So GET forms make the usual urls like .../search/?q=apple Can you make a form create urls like .../search/q:apple/ Read the article