Hi there i am having problems using a functions from a base class in a sub
class. I am using a perticular function from the base class which is
private in a public function in the sub class which is checking for a
variable which is set in a function in the base class. Anyway, its doesnt
seem to register that variable for some reason. I have initiated the base
class in the constructor like parent::DB; , what do you reckon is the
problemo ?

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

Reply via email to