$this->object->do();
Posted: Sun Aug 14, 2005 3:20 pm
Code: Select all
$this->object->doSomething();Code: Select all
$this->db->new Database(db_host, db_name, db_user, db_pass);
$this->db->Connect();A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$this->object->doSomething();Code: Select all
$this->db->new Database(db_host, db_name, db_user, db_pass);
$this->db->Connect();Code: Select all
$this->db = new Database(db_host, db_name, db_user, db_pass);
$this->db->Connect();Code: Select all
$this->classFunction->doWhatever()