Re: calling model function from controller.

2010-07-28 Thread Jeremy Burns | Class Outfit
Let's assume we are dealing with the Post model. In Post model: function whatever() { return "Text"; } >From the posts controller: $variable = $this->Post->whatever(); Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 28 Jul 2010, at 10:54, neeraj ku

calling model function from controller.

2010-07-28 Thread neeraj kumar
hi all, i want to call a function defined in model from controller, which return simple text. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" grou