function __construct($host = false, $name = false, $user = false, $pass = false)
 {
     parent::__construct("mysql");
     parent::connect($host, $user, $pass, $name);
 }