Exemple #1
0
function create_connection($connection_string, $index_name = null)
{
    return core_database::_create_connection($connection_string, $index_name);
}