Posts under Tag: oops
Cipher Behavior update soon – it’s coming

Yup, I realize that beforeSave() is a little wonky. My fault for not testing before making a major change. Update coming tonight on Github.

By Jamie with 0 comments
‘form’ a reserved word for CakePHP 1.2 controller params – watch out!

Just a quick bit of advice to those who may have been banging their heads against the walls when trying to pass “form” as a custom parameter in a CakePHP URL. Apparently ‘form’ is a param – an array, to be specific – that’s already set by Cake and using it as a custom parameter won’t work. While finishing up [...]

By Jamie with 0 comments