hi,
I'm trying to get a template class of mine to work correctly, but during the part of the code that should be outputting the parsed data, I get this error:
Quote:
|
Warning: Invalid argument supplied for foreach() on line 60
|
now I'm using a foreach as the template will be working with loops and I'm trying to make it all work on one template file(meaning using one tremplate for a loop action not separating it into 3) as currently my template file count is at 160 and I wish to cut that down a bit for ease
now here is the template class I'm using:
I have tried several things and so far I haven't gotten far. I hope something here knows why this doesn't work. If you need any thing else, please let me know.
much thanks in advanced
