missing method

3 messages Options
Embed this post
Permalink
marco cassisa

missing method

Reply Threaded More More options
Print post
Permalink
it seems that a cleanUpFields() method is missing in app_controller.php
I solved just creating it
function cleanUpFields(){
   return true;
}

cheers
marco
marco cassisa

Re: missing method

Reply Threaded More More options
Print post
Permalink
Sorry

I was thinking it is a forum about annodomini!!!
forget my post!
sorry!

marco
davidgolding

Re: missing method

Reply Threaded More More options
Print post
Permalink
Hey, this forum is for Cake projects like Anno Domini as well. Do post here you questions, etc. about any CakePHP projects. What this forum is not is what the main Google Groups one is. There you discuss methods, ideas about Cake, etc. whereas here we discuss specific projects including my Beginning CakePHP book. Thanks for passing along your solution. We'll have to figure out exactly how to go about working with cleanUpFields(), since it is now deprecated in RC2.
--Dave

Author, "Beginning CakePHP: From Novice to Professional"

[ get your copy at: http://www.amazon.com/Beginning-CakePHP-Novice-Professional/dp/1430209771/ ]