question about routes and filter |
For your second question, yes you should be able to set a route for get and post. Something like this:
PHP Code: $routes->group('admin', function ($routes) { See : Grouping: http://codeigniter.com/user_guide/incomi...ing-routes HTTP verbs: http://codeigniter.com/user_guide/incomi...-in-routes |
Messages In This Thread |
question about routes and filter - by Secux - 10-27-2021, 02:36 PM
RE: question about routes and filter - by includebeer - 10-31-2021, 06:21 AM
|