Naming of Controllers - any names not allowed? |
I am building an application, and wanted to have one of the controllers called Resources. No matter what I try, my app will not allow me to use this name - when I try to use a link `<a href="<?php echo base_url(); ?>resources">`, I get an "Object Not Found" error instead of the page. With any of my other controllers, I have no issues. Is Resources a restricted word for controllers?
|
Messages In This Thread |
Naming of Controllers - any names not allowed? - by webmachine - 04-30-2019, 12:47 PM
RE: Naming of Controllers - any names not allowed? - by php_rocs - 04-30-2019, 12:53 PM
RE: Naming of Controllers - any names not allowed? - by souicp - 04-30-2019, 08:15 PM
RE: Naming of Controllers - any names not allowed? - by Wouter60 - 05-01-2019, 07:36 AM
|