Ejemplo n.º 1
0
 function __construct()
 {
     if (Funcs::$uri[1] == '') {
         $tree = Tree::getTreeByUrl(Funcs::$uri[0]);
         Funcs::setMeta($tree);
         $tree['list'] = Compare::getCompare();
         View::render('compare/list', $tree);
     }
 }