Welcome Guest, Not a member yet? Register   Sign In
access form_validation $config array
#1

[eluser]Ahmed Reda[/eluser]
how can i read the $config array in config/form_validation.php , without loading the form_validation librairie ?
is there a way to 'include' it and use it like a simple array ?
#2

[eluser]Twisted1919[/eluser]
Code:
$this->config->load('form_validation');
#3

[eluser]Ahmed Reda[/eluser]
i don't want to use the form_validation librairie, so i don't want to load it, i just want to have access to the $config variable inside the config/form_validation.php

is there a way to do that ?

thanks.
#4

[eluser]danmontgomery[/eluser]
[quote author="Twisted1919" date="1283202727"]
Code:
$this->config->load('form_validation');
[/quote]
#5

[eluser]Ahmed Reda[/eluser]
thanks




Theme © iAndrew 2016 - Forum software by © MyBB