Check method/function exist with Controller |
Depending where in the application you want this to happen, you can use the _remap function from CI
https://ellislab.com/codeigniter/user-gu...llers.html PHP Code: public function _remap($method, $params = array()) |
Messages In This Thread |
Check method/function exist with Controller - by vrsotto - 12-11-2014, 09:02 PM
RE: Check method/function exist with Controller - by trentramseyer - 12-11-2014, 10:39 PM
RE: Check method/function exist with Controller - by sv3tli0 - 12-12-2014, 12:13 AM
RE: Check method/function exist with Controller - by Rufnex - 12-12-2014, 04:04 AM
RE: Check method/function exist with Controller - by vrsotto - 12-14-2014, 04:44 AM
|