I am trying to create and run my first shell script. When I try to
run, I get this:
class CloudShell extends Shell {
var $uses = array('Item');
function main() {
$this->out("test\n");
}
}Error: Class CloudShell could not be loaded
What am I missing? Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---