X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_creation_by_k.php;fp=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_creation_by_k.php;h=2a1e16afb23cab7364336d1ff2c9b2e844a54c59;hb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;hp=0000000000000000000000000000000000000000;hpb=dcee763368a1e3f380d07320a5254d91a09304e6;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_creation_by_k.php b/wwwroot/inc/smarty/node_methodz/function.get_creation_by_k.php new file mode 100644 index 0000000..2a1e16a --- /dev/null +++ b/wwwroot/inc/smarty/node_methodz/function.get_creation_by_k.php @@ -0,0 +1,23 @@ + 0 order by k $orderby LIMIT $offset,$listing_amount"; + $set = $db->query($q); + + while ($set->next()) $array[] = $set->getRecord(); + + $smarty->assign('get_creation_by_k',$array); +} +?> \ No newline at end of file