Welcome Guest, Not a member yet? Register   Sign In
Problems with extending CI_Form_validation
#16

If you extend a core library by using the MY_ prefix, the extended library is loaded with the original name. So there is no need for changing your controllers or models.
When you load the Form_validation library, CI will first check if there is a MY_Form_validation.php in application/libraries. If that isn't the case, it will load the core library from system/libraries.
Reply


Messages In This Thread
RE: Problems with extending CI_Form_validation - by Wouter60 - 08-06-2017, 03:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB