79165764

Date: 2024-11-07 09:28:28
Score: 1
Natty:
Report link

In CodeIgniter, you can't directly remove the word "controller" from the class name itself, but you can certainly set up custom routes to avoid "controller" appearing in the URL. Configuring routes allows you to map URLs to specific controller methods, effectively hiding the actual controller class name from the URL the way you specified.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: IVANOFF