accessing class variables
Posted: Mon Sep 23, 2002 1:18 pm
hey,
why did you put the $inValidFields = array();
if in the class object i did
return $this->$ErrorMSG;
and had a line in the foreach loop
a$= $inValidFields->checkFields($Field,$Value);
would this have worked?
i just need to get back the errors so that i can use them in the included file?
why did you put the $inValidFields = array();
if in the class object i did
return $this->$ErrorMSG;
and had a line in the foreach loop
a$= $inValidFields->checkFields($Field,$Value);
would this have worked?
i just need to get back the errors so that i can use them in the included file?