I dont know much about classes, but dont you want

$a = new THECHILD('walter'); //so you can access $a->abc

instead of

$a = new THEPARENT ('walter');

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

Reply via email to