using this you can access your result model from Form controller..
$this->loadModel(" Result ");On Thu, Sep 6, 2012 at 8:28 PM, gp92300 <[email protected]> wrote: > Hi! > I want to take advantage of CakePHP to build web forms on the frontend and > a result panel on the backend. > For this, I've built two controllers: Results and Forms > Everything runs smoothly with my Result panel. > > But fact is, I don't know how to access my Result model from my Forms > controller to save user input. > > Can you share your tips with me or point me in the right direction? > > Cheers! > > -- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en-US. > > > -- biswajitGhosh -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
