X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=d1d0942acba4f35bd998eb41a6884336ac481fc4;hb=78bf26a53cfbad6b93122106f122e9e28171dbae;hp=96bfce3262814958fda3d3c96158ea14826f6c76;hpb=10562613e3993be2741043c8e8b882319aa6da85;p=mirrors%2FSokoMan.git diff --git a/index.php b/index.php index 96bfce3..d1d0942 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ lms = new Sklad_LMS(); @@ -329,6 +341,16 @@ class Sklad_DB extends PDO { } } +/** +* Trida implementuje uzivatelske rozhrani skladu +* +* Example usage: +* $sklad = new Sklad_UI(); +* $sklad->process_http_request(); +* +* @package Sklad_UI +* @author Tomas Mudrunka +*/ class Sklad_UI { function __construct() { $this->db = new Sklad_DB();