コード例 #1
0
ファイル: core_helpers.php プロジェクト: rentalhost/core
function create_connection($connection_string, $index_name = null)
{
    return core_database::_create_connection($connection_string, $index_name);
}