On Wed, 28 Jan 2004 [EMAIL PROTECTED] wrote:

> in php you have to access a member variable (or methods) with:
> $this->varname (without the "$")
> 
> e.g.: $this->includedFile = array();
> 
> hope this helps

AHA! I think that's it. The comment someone sent to me (Sorry, i'm awful 
with names) about $this->$includeFiles=array() maybe corrupting all of 
$this apparently seemed true.

Thanks again all :)
Marc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to