Ver originalclass BD { function __construct($params) { $this->host = $params['host']; $this->db = $params['db']; // etc. }}