|
get('actions'); ?> |
get('category'); ?> |
get('item count'); ?> |
select('categories', [
'catid',
'catname'
]);
foreach ($cats as $cat) {
$itemcount = $database->count('items', ['catid' => $cat['catid']]);
?>
|
get("edit"); ?>
|
|
|
|
get('actions'); ?> |
get('category'); ?> |
get('item count'); ?> |