[PHP] Class/Objects

2002-05-31 Thread Gerard Samuel
Im still green with writing with class, but I just want to check with you all. I started creating a class file that also using 2 other classes. class.php --- ?php class foo { function foo() { require_once('./this.class.php');

[PHP] Class/Objects

2002-05-30 Thread Gerard Samuel
Im still green with writing with class, but I just want to check with you all. I started creating a class file that also using 2 other classes. class.php --- ?php class foo { function foo() { require_once('./this.class.php'); $this-db_obj