On Thu, Feb 14, 2008 at 9:21 PM, Snadly <[EMAIL PROTECTED]> wrote: > > I don't know if this is possible but I need to call my controller from > my view under very rare conditions to go back to the model/database to > get a value. Is this possible? I am using cake 1.2. >
Usually you need to pass values from the controller to the view. Is there any particular reason why this cannot be done either in the controller itself *or* through some use of Ajax where you call an action in your controller, and update an element in your page? Just asking... -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
