Hello princepawn,
Thank you for your fast and detailed answer.
The poor support level of MxScreen is a pity. I haven't looked at it in detail, but I like the idea of recorded fields (with validation and storage). For my own framework I thought of a ddl (data definiton language) which models datatype, name, label, verification, storage and relation to other tables. So I might be able to "automatically" expand the main table with an 1:1, 1:n or n:m relationship to other tables.
But back to the templating systems:
I don't like the inline-approach. You should be able to change the html-pages without programming knowledge. Especially, tools such as Dreamweaver should cope with the tags. There might be problems with <...> tags, because sometimes they will be converted to '&_lt;' and so on.
A few weeks ago you had a comparison on your home node about the different templating systems. When you compare HTML::Template and Template::Toolkit - which one is faster without using caching or precompiled pages?
I don't need to much from the templates. Loops and IF-THEN-ELSE-constructs are all I need.
Once again, thank you.
I hope we can continue this discussion.
Good bye, Uwe
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.