Something I should have known about Security->disabledFields

Altering values of hidden fields, and dinamically altering forms (adding / changing / removing fields) using javascript and ajax, is a common task in today’s web development. Cakephp’s Security component is evry useful for protecting our applications from some Cross Site Request Forgery – amd stopping malicious users froma altering …

A couple of cakephp newbie mistakes – Or why you always should RTFM and not always trust it

Here are two quick tips. It’ s something that made me waste some time – but an useful experience. Why it’s always wise to Read The F*****g Manual Convention over configuration is a great thing – one of the strong points behind cake’s success. It’s so natural – it almost …