Ok, I forgot to reply-all to the list. Here we go again.
On Wed, May 14, 2008 at 6:33 PM, Tyson Vanover <[EMAIL PROTECTED]> wrote:
> I am trying to get a child class to pass an array of valid keys to it's
> parent when the constructor is run, and the parent appends the data to one
>> of it's array
tyson
i never saw
self::$this->vkeys
doing this you actually are callig the var inside $this->vkeys
do self::$vkeys as static or $this->vkeys as object don't mix
regards
On Wed, May 14, 2008 at 7:33 PM, Tyson Vanover <[EMAIL PROTECTED]> wrote:
> I am trying to get a child class to pass an ar
I am trying to get a child class to pass an array of valid keys to it's
parent when the constructor is run, and the parent appends the data to
one of it's array of valid keys. Then it walks through an array pulling
out values that have valid keys, and putting them in an array for
processing la
3 matches
Mail list logo