Posted by Sanders Kaufman on 02/01/07 07:28
Nu wrote:
> I have seen code like this:
> if ( file_exists( "$IP/languages/classes/$class.deps.php" ) ) {
> include_once("$IP/languages/classes/$class.deps.php");
> }
> It appears not to load the file unless an if statement passes.
Well, I could be wrong - it would be as easy as RTFM to verify. :)
But yeah - the file gets loaded no matter what.
Navigation:
[Reply to this message]
|