I have a problem calling requestAction() from within a plugin I have the following code in a controller in a plugin:
$results .= $this->requestAction($job['testaction']['action']); However with that code in I get the following error: Fatal error: Cannot redeclare class testaction in /home/linden_row/web_servers/lap/dev/app/plugins/testjob/models/testaction.php on line 2 It seems likely that this issue is related to this thread: http://groups.google.com/group/cake-php/browse_thread/thread/7bf93ea9c79fe57e/ If anyone can shed some light on why this might be happening I would be very grateful. Regards, Langdon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
