Okay, so I have a controller action called adminPostback. I have
defined the following method in the SAME controller:

function _saveAll($infoToSave)
{
    $this->Prompt->save(array('Prompt' => $infoToSave['prompt']));
}

When I call _saveAll (supplying an appropriate array) from within
adminPostback, it says:

Fatal error: Call to undefined function: saveall() in C:\Inetpub
\wwwroot\cake\app\controllers\prompts_controller.php on line 135

It's RIGHT THERE! I can point at it RIGHT NOW!

Can anyone suggest what on earth is going on here?

Thanks

David
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to