Re: Re: LiveUser Digest, Vol 34, Issue 9
Lukas Kahwe Smith <[email protected]> Wed, 16 Nov 2005 16:55:28 +0100
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Aireal wrote: > First require_once 'LiveUser\Auth\Common.php is ': is done > After require_once 'LiveUser\Admin\Auth\Common.php'; doesn't include > anything because it thinks Common.php is already included you seem to be confused about how include path works or how includes work. since the files are in a different directory they will not collide. there is probably something else screwed up or you are not pasting the code you actually use. regards, Lukas