4 Dec
2003
4 Dec
'03
1:12 p.m.
I strongly recommend reading the API reference -> restrictedTraverse(). -aj --On Donnerstag, 4. Dezember 2003 14:04 Uhr +0100 fowlertrainer@anonym.hu wrote:
Hello,
My site is structured with folders. Some scripts are positioned in same directory.
example:
LoginScripts folder: checkSession checkUserName ....
If I want to use script1 from script2, I write this:
result=context.LoginScripts.script1()
But is exists another way to I access it ?
like this:
result=./script1()
Thanx.