[eluser]brucebat[/eluser]
I have some variables :
$completedstaffrows and $completedeventrows that I need to control a for loop.
I was thinking about creating a class with just attributes and passing it to the model, but how does one pass it. I tried passing it through the function call from my controller and in the load model function but not luck.
I guess I could use a session but Is that really the best way?
Thanks