In most cases writing less code gives the developer a series of
advantages: it’s easier to maintain and extend, easier to read and
easier to debug! In this post I’m going to suggest a little CakePHP tip
that in the long run will save you a lot of coding.
Some develepers already implement this method, but I think it deserves much wider usage: I’m talking about merging model save and edit in a single controller method.
Some develepers already implement this method, but I think it deserves much wider usage: I’m talking about merging model save and edit in a single controller method.