我是 CodeIgniter 的新手,我需要一些帮助。我想实现以下内容:
通过以下方式查看用户的个人资料:http://localhost/profile/johndoe
通过以下方式管理用户的个人资料:http://localhost/admin/profile/johndoe
能够通过以下方式完成进一步的处理: http://localhost/admin/profile/create ...和... http://localhost/admin/profile/edit/johndoe
我已经创建了管理对象并对其进行了保护。我是否必须在管理员下创建配置文件功能,并使用 URI 进行相应处理?有没有更好的办法?