I have a problem. I have a basic structure like this.
/model/function (admin/cat)
But what I need is to call another function from that ‘cat’, I know how to call another function, but I want my URL to look like this then.
/model/function1/function2
(admin/cat/add || admin/cat/delete
etc…)
How can I do this?
Either use routing or create a ‘cat’ controller in an ‘admin’ folder.