3 Dec
2003
3 Dec
'03
5:09 p.m.
Hi Lennart! Lennart Regebro wrote:
def getVirtualRoot(self):
[...]
def getVirtualPath(self):
How are these related to URLPATHn, BASEPATHn? I'm to lazy to figure it out myself;)
Quick, brutal, efficient, and usually dead wrong. That's me. :-)
//Lennart
Quick? <http://mail.zope.org/pipermail/zope-dev/2001-December/014601.html> Please be careful with method names that might already be in use in some products. Google says Silva uses a getVirtualRoot() method. Why not using REQUEST variables? Cheers, Yuppie