[Zope] Storing DTML in SQL

2010-08-18 Thread Justin Dunsworth
I am currently working on a project where I am storing HTML within a MySQL database to display dynamic pages and content in sequences. I would like to be able to store DTML within the tables as well and be able to call them within the page to display that content. I tried mixing the DTML in with th

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Andrew Milton
+---[ Justin Dunsworth ]-- | I am currently working on a project where I am storing HTML within a MySQL database to display dynamic pages and content in | sequences. I would like to be able to store DTML within the tables as well and be able to call them within the page to

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Garry Saddington
Justin Dunsworth wrote: > I am currently working on a project where I am storing HTML within a > MySQL database to display dynamic pages and content in sequences. I > would like to be able to store DTML within the tables as well and be > able to call them within the page to display that content.

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Garry Saddington
Garry Saddington wrote: > Justin Dunsworth wrote: >> I am currently working on a project where I am storing HTML within a >> MySQL database to display dynamic pages and content in sequences. I >> would like to be able to store DTML within the tables as well and be >> able to call them within the

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Andrew Milton
+---[ Garry Saddington ]-- | Garry Saddington wrote: | > Justin Dunsworth wrote: | >> I am currently working on a project where I am storing HTML within a | >> MySQL database to display dynamic pages and content in sequences. I | >> would like to be able to store DTML with

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Jeff Peterson
Why must it be stored in a RDB? Can you not store the DTML in the ZODB and store the path or id to the DTML in the RDB or a python script that can massage whatever data you need and call the DTML.. -- Jeffrey D Peterson Webmaster Crary Industries, Inc. 237 12th St NW West Fargo, ND 58078 P: 701

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Garry Saddington
Andrew Milton wrote: > +---[ Garry Saddington ]-- > | Garry Saddington wrote: > | > Justin Dunsworth wrote: > | >> I am currently working on a project where I am storing HTML within a > | >> MySQL database to display dynamic pages and content in sequences. I > | >> would l

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Andrew Milton
+---[ Garry Saddington ]-- | Andrew Milton wrote: | > +---[ Garry Saddington ]-- | > | Garry Saddington wrote: | > | > Justin Dunsworth wrote: | > | >> I am currently working on a project where I am storing HTML within a | > | >> MySQL database to di

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Richard Harley
On 18/08/10 17:38, Andrew Milton wrote: > +---[ Garry Saddington ]-- > | Andrew Milton wrote: > |> +---[ Garry Saddington ]-- > |> | Garry Saddington wrote: > |> |> Justin Dunsworth wrote: > |> |>> I am currently working on a project where I am

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Andrew Milton
+---[ Richard Harley ]-- | On 18/08/10 17:38, Andrew Milton wrote: | > +---[ Garry Saddington ]-- | > | Andrew Milton wrote: | > |> +---[ Garry Saddington ]-- | > |> | Garry Saddington wrote: | > |> |> Justin Dunsworth wrot

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread robert rottermann
I think storing dtml in a db is wrong by design. I do lots of dynamic websites that are generated from external data. i had no need for a single line of dtml yet ... robert Am 18.08.2010 18:38, schrieb Andrew Milton: > +---[ Garry Saddington ]-- > | Andrew Milton wrote: >

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread Andrew Milton
+---[ robert rottermann ]-- | I think storing dtml in a db is wrong by design. | I do lots of dynamic websites that are generated from external data. | i had no need for a single line of dtml yet ... I've seen it used a lot in PHP systems like PHP-Nuke, where the widget cod