Welcome to mirror list, hosted at ThFree Co, Russian Federation.

aggregates.php « views « tests - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e31c07e85b8791e19cec90176e3739eca2ffe001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * PHPPgAdmin 6.0.0
 */

// Include application functions
function aggregatesFactory($container)
{
    $do_render = false;

    return new \PHPPgAdmin\Controller\AggregatesController($container);
}