Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How can I use sub-controller WITHOUT providing the directory name?
Post: RE: How can I use sub-controller WITHOUT providing...

CroNiX Wrote: (08-06-2015, 07:15 AM) -- With routes. PHP Code: -- $route['someMethodA'] = 'subdirectory/ControllerA/someMethod'; $route['someMethodB'] = 'subdirectory/ControllerB/someMethod'; ...
4,453 Views
2 Replies
08-06-2015, 08:12 AM
pskovacs
    Thread: How can I use sub-controller WITHOUT providing the directory name?
Post: How can I use sub-controller WITHOUT providing the...

I've read the docs and the forums, but I haven't yet figure out how to do this: http://siteA.com/ControllerA/someMethod --> handled by Controllers/ControllerA http://siteB.com/ControllerB/someMeth...
4,453 Views
2 Replies
08-05-2015, 04:49 PM
pskovacs

Theme © iAndrew 2016 - Forum software by © MyBB