CakePHP Tips – Winter 2012

4

Some more tips I gathered the last couple of weeks and want to share with the (Cake/PHP)world 🙂 Jquery and CakePHP FormHelper::radio() Usually you would use var value = $(‘input[name=fieldName]:checked’).val(); But since CakePHP uses name="data[ModelName][field_name]" generating the form fields you…