我安装了这个扩展http://www.yiiframework.com/extension/yii-resque/
user@host:/path/to/protected$ ./yiic rresque start
Yii command runner (based on Yii v1.1.13)
Usage: ./yiic <command-name> [parameters...]
The following commands are available:
- message
- migrate
- shell
- webapp
To see individual command help, use the following:
./yiic help <command-name>
可能有什么问题?
编辑
我发现了问题:我没有将 RResqueCommand.php 放入 ./protected/commands 文件夹。