/ Published in: PHP
Instead of creating a list, this listview puts the number of entries into a variable
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<we:listview type="object" name="documents" classid="123" catOr="true" order="we_id" triggerid="2797"> <we:ifFound> <?php $totalD = $GLOBALS['lv']->anz_all; ?> </we:ifFound> </we:listview>