RE: Template System
wdingus <[email protected]> 31 Jul 2003 12:27:39 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <b34e0b4be353aadd6d9de71172f139b2@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=205009#205009 ---------------------------------------------------------------- A lot of what it boils down to centers around how easy it is to intermingle static and dynamic output. In your top.php example Brenden it's all static content. Depending on how intermingled the dynamic data is with the static 'presentation' of the site/store, this approach could get somewhat cumbersome. Looks like you'd end up having to have some php logic in that file after all, which defeats the purpose of a template at least somewhat. For me it's important what my graphics designers get to touch and what they don't. It makes me cringe to think of them loading any file with a .php extension and/or manipulating our code inside their graphical web editing software packages. I have no problem with them defining where on a detail page the picture of the item displays and the font size/shape and placement of the description text of it, I'd just prefer they do this _without_ messing with code at all!