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

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

/**
 * PHPPgAdmin 6.1.3
 */

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

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