Posted by: sabbour on: March 25, 2009
I have never been more in need of a proper PHP debugger in my whole life. I have been stuck with a very mysterious behavior with CakePHP for the past 4 hours.
I was editing a model, then saving it. For some reason, my form action was changing from
/controller/edit/1
to
/controller/add
it was making me go crazy!
After seaching around [...]
Posted by: sabbour on: July 18, 2008
UPDATE 2: Dear all, the code is now released under MIT license and is version controlled on github thanks to TuteC!
7/7/2009.
UPDATE: Please check this comment for a more updated example.
Component code updated on 30/4/2009, check the posted code or the download links.
I revisited the code I used to develop the old image resize [...]