Welcome Guest, Not a member yet? Register   Sign In
array in controller not recognized in rest of class' functions?
#2

[eluser]Michael Wales[/eluser]
$rules is a class variable and the following line is referring to a local variable (a variable for that function only):
Code:
$input = userules_forinput($rules);     // **** LINE WITH UNDEFINED ERROR for $rules

Change it to:
Code:
$input = userules_forinput($this->rules);


Messages In This Thread
array in controller not recognized in rest of class' functions? - by El Forum - 01-23-2008, 05:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB