<?php require_once __DIR__ . "/Fr.star.php"; $star = new \Fr\Star(array( "db" => array( "host" => "localhost", "port" => 3306, "username" => "root", "password" => "backstreetboys", "name" => "test", "table" => "Fr_star" ) ));
info at phpclasses dot org