Can you run different controller methods for POST and GET? |
[eluser]CroNiX[/eluser]
CI doesn't have that functionality built in. You could extend the router class and add it in though. I've not used this extension, but on github I've seen where somebody extended CI to basically work just like laravel routes including restful routes, filtering, etc: https://github.com/Patroklo/codeigniter-...vel-routes |
Messages In This Thread |
Can you run different controller methods for POST and GET? - by El Forum - 08-03-2014, 11:15 AM
Can you run different controller methods for POST and GET? - by El Forum - 08-03-2014, 02:14 PM
Can you run different controller methods for POST and GET? - by El Forum - 08-04-2014, 01:20 AM
Can you run different controller methods for POST and GET? - by El Forum - 08-04-2014, 01:37 AM
|