找不到组控制器

时间:2012-07-09 09:55:39

标签: cakephp model controller

我正在制作CakePHP项目的管理部分。我已成功创建了login-logout模块。现在我正在创建一个名为“Users Groups”的模块,其中列出了不同的用户组。为此,我制作了一个GroupsController.php文件。但是当我将URL加载为localhost / testblog / groups时,我收到此错误:

Error: GroupsController could not be found.

Error: Create the class GroupsController below in file: 

管理员\控制器\ GroupsController.php

<?php
class GroupsController extends AppController {
}

Notice: If you want to customize this error message, create admin\View\Errors\missing_controller.ctp

请有人告诉我解决方案吗?我搜索了很多但却无法得到它。

1 个答案:

答案 0 :(得分:0)

您的文件名应为groups_controller.php