Thanks Morgan, I'll try that. I didn't realize I wasn't within the scope of
the class when I set those variables.

Nathan

On Fri, May 2, 2008 at 12:39 AM, Morgan Terry <[EMAIL PROTECTED]>
wrote:

> When you set your member variables in the constructor, you need to use
> $this. For example, instead of:
>
>    $_docType = $docType
>
> do:
>
>    $this->_docType = $docType
>
>


-- 
Nathan Lane
Home, http://www.nathandelane.com
Blog, http://nathandelane.blogspot.com

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to