Code: Select all
$this->object->doSomething();Code: Select all
$this->db->new Database(db_host, db_name, db_user, db_pass);
$this->db->Connect();Moderator: General Moderators
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()