Check method/function exist with Controller |
You can use the _remap method from CI as described here:
http://www.codeigniter.com/userguide3/ge...thod-calls The following short example shows you a quick usage PHP Code: class User extends CI_Controller { |
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
|