boolean Fasdab(string host, string username, string password, string database [, boolean persistent])
<?php
require_once("fasdab.mysql.php");
$db = new Fasdab("localhost", "username", "password", "database");
?>
<?php
require_once("fasdab.mysql.php");
$db = new Fasdab("localhost", "username", "password", "database");
?>