$config = array(
"database" => array(
"driver" => "mysql",
"host" => "localhost",
"port" => "3306",
"name" => "xxxxxx",
"user" => "xxxxxx",
)
);

echo $config["database"]["driver"];