durusmail: quixote-users: Do you use ptl, form library?
Do you use ptl, form library?
2004-06-10
2004-06-10
2004-06-14
2004-06-14
2004-06-14
2004-06-14
Re: Do you use ptl, form library?
2004-06-14
Quixote & Cheetah (Re: Do you use ptl, form library?)
2004-07-07
Do you use ptl, form library?
Titus Brown
2004-06-14
-> > Up to now, I don't use ptl and the form library.
-> >
-> > Are there other people doing it this way
-> > (using _q_exports and _q_index()  in
-> > python code) ?
->
-> Yes, there are people who write Quixote apps without using PTL; search
-> through the back archives of the quixote-users list.  I'm not one of
-> these people, but their decision is perfectly all right with me and is
-> a force against tying Quixote with PTL or the form framework too
-> tightly.  That's a good thing.

I like PTL for some things, but (unless I'm missing something?) it
can't be used inside of classes.  Most of my code is inside of
classes, and I don't want to start separating the interface code
from the implementation code for the simpler web pages.

I don't use the forms library, but not for any good reason... just
habit at this point.

--titus


reply