hi,
had a while to think more on this and after doing some looking around I realized what I want the class to do.
basically I want the class to handle block iterations.
an example of this(in case you want to see it):
I believe phpbb 3 uses it in their script and I'd like to try something similar.
the other alternative(which I wish to avoid) is to just place php code in the template file itself, though this would break the idea of "separating the code from the design" concept I'm going with.
so going with block iterations is my next step, any idea how I can do this?
I really appreciate everyone's help
