[PHP] Undefined class name

2002-02-15 Thread Gary
Hi all, I am working at home today and have to use windows. I am trying to use PEAR and keep getting an undefined class name for $db = DB::connect("mysql://$user:$pass@$host/$dname"); my include for PEAR ini_set('include_path', 'J:\Program Files\php\pear\DB.php'); where did I screw up. TIA G

Re: [PHP] Undefined class name 'parent'

2001-09-04 Thread Sean C. McCarthy
Hi Again, Maybe you are using "parrent" instead of "parent" (one 'R')? If it is not that no clue? It works perfect for me. Have you tried chapter 13 of the manual? Sean C. McCarthy SCI, S.L. (www.sci-spain.com) Jeroen Olthof wrote: > > when I use parrent::function() to use pare

[PHP] Undefined class name 'parent'

2001-09-04 Thread Jeroen Olthof
when I use parrent::function() to use parent class function from the child (extended one) I get Undefined class name 'parent' What I'm I doing wrong kind regards Jeroen Olthof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman