I have two classes, what is the correct way to call a function from another class, so below error returns
class DB {
public function __construct($user, $password, $database, $host) {
$this->user = $user;
$this->password =...
asked by
22.05.2014 / 22:45