Update on the IntSmarty

Well I’m still waiting to get my translation files returned. Didn’t think that it would take this long to get them back. In the mean time I have been working on the templates for my index page. All in all I have 5 templates for it. Am thinking about extracting the header html (looks like file tabs – navigation) and making that into it’s own template. Will have to learn how to make a template that accepts a param so the right “tab” is displayed. Granted I can do the copy and paste thing with the best of them, but… probably be more “professional” with it’s own template. *sigh* Research and learning time vs. just getting it to work… The great trade off.

Have also started the index.php page. Talk about a big switch ( ;) ) – pun intended. Think I have most of the logic worked out (in the comments) – just have to actually write the code to do it now. Since I have never done anything OOP I have never been shown how to diagram a page like this in UML. That would have come in handy with the 5 templates interacting… another thing to learn.