Re: [Phplib-users] Template reverse transformation
Brought to you by:
nhruby,
richardarcher
From: Tim M. <tw...@al...> - 2003-05-07 16:11:34
|
Hi Tarique, Thanks for your response. I should clarify my original post to say that Dreamweaver was just an example of one editor that might be used. I actually use Emacs myself. So, the design goals for what I need would preclude a template system that is editor specific. Thanks for filling me in on what's available, though. - Tim Dr Tarique Sani wrote: > > On Tue, 6 May 2003, Tim Macinta wrote: > > > The feature that I want is this: > > > > --> Template1 > > / > > HTML --> Reverse-Transform -----> Template2 > > \ > > --> Template3 > > > > > > Before anybody tells me that this is insanely difficult, I will say that > > I did not read thru your insanely long message BUT here is what I would > suggest > > 1) Dreamweaver MX offers a good templating system with nesting, repeating > blocks and conditional blocks. > > 2) With help of some prefilters these templates can be directly used by > SMARTY > > Pros: Offers a 100% WYSIWYG environment for templates > > Cons: If a parent template is changed then it automatically updates all > the child templates - Implying that for the change to be applicable you > have to upload the parent as well as children to your site. > > If you find SMARTY to complex to use then you can use the class > phplib2smarty which is a drop-in replacement for phplib template class to > use smarty. > > Also there is a downloadable PDF of Dreamweaver MX template chapter on one > of the book sites > > HTH > > Tarique > > -- > =================================================================== > PHP Applications for E-Biz: http://www.sanisoft.com -o) > /\\ > Indian PHP User Group: http://groups.yahoo.com/group/in-phpug _\_v > =================================================================== > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users |