次のようにシェルスクリプトを作成しました
<?php
class EmailShell extends AppShell
{
public function main()
{
$this->out('Hello world.');
}
}
コマンドラインでコンソールフォルダに移動してcakeemailと入力すると、次のエラーが発生します。
Error: Shell class EmailShell could not be found.
#0 C:\wamp\www\gitgrow\lib\Cake\Console\ShellDispatcher.php(167): ShellDispatche
r->_getShell('email')
#1 C:\wamp\www\gitgrow\lib\Cake\Console\ShellDispatcher.php(69): ShellDispatcher
->dispatch()
#2 C:\wamp\www\gitgrow\app\Console\cake.php(33): ShellDispatcher::run(Array)
#3 {main}