>>>>> "Octavian" == Octavian Râsnita <[email protected]> writes:
Octavian> What's wrong? To store html in the database or to use TT markers in Octavian> that html code? (And it will help me if you'll also tell me why and Octavian> how can I do it in the recommended way.) To store HTML in the database. That's violating the MVC triad, and you'd better have a *really* good reason to do that. HTML is a view. Databases are for models. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
