Loading...
 
Skip to main content
List of returned objects
  1. גירסה 3.0.0
  2. גירסה 3.0.0
  3. גירסה 2.34
  4. גירסה 2.33
  5. גירסה 2.32
  6. עדכון בהנחיות להעלאת פוליגון
  7. עדכון גרסה 2.30 - חתימה דיגיטלית & תדפיס טיפול פנימי
  8. עדכון גרסה 2.28 - דיווח הקמת תשתית
  9. עדכון גרסה 2.27.5 - הצגת נתונים חדשים
  10. עדכון גרסה - 2.27 - "מאשר אחרון" לרשויות מקומיות
  11. עדכון גרסה 2.26 - שינוי בתהליך נדרשות השלמות
  12. עידכון גירסה 2.25 - יומני שינויים
  13. עדכון גרסה 2.24 - היררכיה לפי סוג בקשה
  14. עדכון גרסה 2.23.0 - מחיקת קבצים בצד מאשר
  15. עדכון גרסה 2.22 - פרוייקט חיזוי
  16. עדכון גרסה 2.21 - יומן עבודה - מאשרי בקשה
  17. עדכון גרסה 2.20.5 - מפת עבודות
  18. עדכון גרסה 2.20 - מפה חדשה
  19. עדכון גרסה - 2.19 - ממשל זמין - צד מאשר
  20. עדכון גרסה 2.18 - מנהל תיכנון
  21. עדכון גרסה 2.17 - הוספת מכתב פנייה/ ייזום
  22. עדכון גרסה 2.16.0 - שינוי תהליך סיום טיפול ועדכון אישור מחדש
  23. עדכון גרסה 2.15.0 - תדפיס בקשה ופניה
  24. עדכון גרסה 7.23.06 (2.4.0)

Various variables (see https://doc.tiki.org/PluginList-advanced-output-control-block#Accessible_variables:)

variable value meaning
$results see below containing the result set. Each results contain all values provided by the search query along with those requested manually.
$count 24 the total result count
$maxRecords 25 the amount of results per page
$offset 0 the result offset
$offsetplusone 1 basically $offset + 1 , so that you can say "Showing results 1 to ...."
$offsetplusmaxRecords 25 basically $maxRecords + $offset , so you can say "Showing results 1 to 25"
$results->getEstimate() 24 which is the estimate of the total number of results possible, which could exceed $count , which is limited by the max Lucene search results to return set in Admin...Search

Loop on contents of $results:
{foreach from=$results item=result}<pre>{$result|@debug_print_var}</pre><hr>{/foreach}
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array