Welcome Guest, Not a member yet? Register   Sign In
Controller Method Name Prefix
#9

I think this should be kept.

The validation rules require callback method to be public, and with CodeIgniter's magical routing, the methods can be accessed using URLs.
To overcome this, I use the following:
PHP Code:
$this->form_validation->set_rules('field''Name''callback__validator');

public function 
_validator($str='') {
//logic

Reply


Messages In This Thread
Controller Method Name Prefix - by Cannondale - 10-14-2016, 08:14 AM
RE: Controller Method Name Prefix - by albertleao - 10-14-2016, 09:19 AM
RE: Controller Method Name Prefix - by Cannondale - 10-19-2016, 11:07 AM
RE: Controller Method Name Prefix - by cartalot - 10-19-2016, 12:08 PM
RE: Controller Method Name Prefix - by Cannondale - 10-19-2016, 12:44 PM
RE: Controller Method Name Prefix - by Narf - 10-20-2016, 03:01 AM
RE: Controller Method Name Prefix - by RBX - 10-22-2016, 09:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB