X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_creation_by_k.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_creation_by_k.php;h=2a1e16afb23cab7364336d1ff2c9b2e844a54c59;hb=b42b2bf946332ad8544d53f610be9cb05e80bf56;hp=0000000000000000000000000000000000000000;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_creation_by_k.php b/inc/smarty/node_methodz/function.get_creation_by_k.php new file mode 100644 index 0000000..2a1e16a --- /dev/null +++ b/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