SyntaxFix
Write A Post
Hire A Developer
Questions
controller_path holds the path of the controller used to serve the current view. (ie: admin/settings).
controller_path
admin/settings
and
controller_name holds the name of the controller used to serve the current view. (ie: settings).
controller_name
settings