I get an error when doing this....

class Something
{
    var $something;

    function Something($this->something)
    {
        More somethings
    }

}

The error tells me that I need a ")" in the line the function call is in.  If I take 
the "$this->something" it will parse fine.  Can you not do this?


James

Reply via email to