RE: [PHP] nested require_once

2003-10-16 Thread Chris W. Parker
Craig Lonsbury on Thursday, October 16, 2003 9:45 AM said: > I know this seems to be exactly what the whole 'once' part is about, > but better safe than sorry. That is correct. It only includes the file once regardless of how many times the file is requested within

[PHP] nested require_once

2003-10-16 Thread Craig Lonsbury
Hi All, I just wanted to confirm that require_once works as I think it should, but the manual isn't too clear about nesting scripts (or i'm just thick =). What I think is/should be happening is that dbLib.ink is only included in index.php once, but when I run helperLib.php on its own, it has dbLib