From: Daniel Hromada Date: Sun, 30 Jan 2011 23:21:28 +0000 (+0100) Subject: obtains the list of all registered users and puts it and assigns it to smarty get_all... X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;ds=sidebyside;h=49451e57c321e37cad994dd263a852d9a859686e;p=mirrors%2FKyberia-bloodline.git obtains the list of all registered users and puts it and assigns it to smarty get_allusers array --- diff --git a/wwwroot/inc/smarty/node_methodz/function.get_allusers.php b/wwwroot/inc/smarty/node_methodz/function.get_allusers.php new file mode 100644 index 0000000..c9af95f --- /dev/null +++ b/wwwroot/inc/smarty/node_methodz/function.get_allusers.php @@ -0,0 +1,9 @@ +query($q); + $users[]=$set->getRecord(); + $smarty->assign('get_allusers',$users); + } +?>