/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
    if (!isset($ADEI_ROOTDIR)){
	require("../adei.php");
    }
    $basePath = $ADEI_ROOTDIR."/classes/ui";
    include($basePath."/elementsManager.php");
    include($basePath."/managerClass.php");
    include($basePath."/maskManagerClass.php");
    include($basePath."/databaseClass.php");
    include($basePath."/userManagerClass.php");
    include($basePath."/axisManagerClass.php");
    include($basePath."/manageTablesClass.php");
?>