When are the config_rules loaded for form_validation library? |
[eluser]Pascal Kriete[/eluser]
When a config file has the same name as a library, the config array is automatically passed to the library constructor. To get them yourself you have two options. 1. Steal it from the library: Code: // Only works if the lib is loaded 2. Load it through the config library: Code: $this->config->load('form_validation', TRUE); Happy Holidays! |
Messages In This Thread |
When are the config_rules loaded for form_validation library? - by El Forum - 12-23-2008, 08:56 PM
When are the config_rules loaded for form_validation library? - by El Forum - 12-24-2008, 03:35 AM
When are the config_rules loaded for form_validation library? - by El Forum - 12-24-2008, 10:07 AM
|