Jorey Bump
list at joreybump.com
Fri Jan 20 16:28:47 EST 2006
Michael Steinfeld wrote: > Should I be using mod_python.publisher? or the above? I am confused. > Please enlighten me. Publisher is different than PSP. With Publisher, you assemble the page as a string, then return it from your function (in general). PSP is more like PHP, where you insert code into a page, and it gets processed when it is encountered. The approaches are quite different.
|