30 Dec
2001
30 Dec
'01
1:25 p.m.
There is also a Zope Product that allows you to add PHP pages to your Zope site. However, I think it uses PHP as a command-line interpreter instead of a loaded 'module' (I'm not certain), so check into
Yes, that's correct. PHPDocument uses PHP as a command line, so there may be some limitations, and also some performance impact, but advantages (sharing variables without passing through internet with GET/POST) are huge. -- Milos Prudek