我正在尝试在我的应用程序中为我的插件烘焙模型、控制器和视图:admin。我正在使用 Windows 7。烘焙应用程序和应用程序内的烘焙工作。
这就是我正在做的事情:
- cd c:\wamp\www\propharm\app(也尝试不使用 \app)
- 蛋糕烘焙插件管理模型
这是我的插件所在的文件夹:C:\wamp\www\propharm\app\Plugin
我从控制台得到这个响应。
Create the directory structure, AppModel and AppController classes for a
new plugin. Can create plugins in any of your bootstrapped plugin paths.
Usage:
cake bake plugin [-h] [-v] [-q] [<name>]
Options:
--help, -h Display this help.
--verbose, -v Enable verbose output.
--quiet, -q Enable quiet output.
Arguments:
name CamelCased name of the plugin to create.
(optional)
我试过这个:在 bootrap.php
CakePlugin::load('Admin');
它仍然无法正常工作。如果有人知道我做错了什么,请帮忙。谢谢。路易斯