Exemple #1
0
function connection($index_name = null, $conn_path = null)
{
    return core_database::_get_connection($conn_path, $index_name);
}