您更喜欢如何在 CodeIgniter 中构建控制器?
我想知道您如何找到最容易设置控制器的方法。您使用一个控制器吗?您网站的子部分(即“朋友”、“收件箱”、“我的帐户”等),还是仅使用一个控制器来保留所有子部分?
I was wondering how you find it most easy to setup your controllers. Do you use one controller pr. sub-section of your site (ie. “Friends”, “Inbox”, “My account” etc.), or do you just use one controller that keeps all of the sub-sections?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我按如下方式使用它们,
您
如果
希望您的网址类似于 http:// mysite.com/login 然后你可以在 config/routes.php 中设置自定义路由
I use them as follows
etc down the line
this keeps your codebase neat and tidy
if you want your url to be like http://mysite.com/login then you can set a custom route in config/routes.php