Site Tools


Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
onny:notizen:programmierung

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
onny:notizen:programmierung [2026/07/24 14:18] – [php] fdc9:281f:4d7:9ee9::1onny:notizen:programmierung [2026/08/11 11:03] (current) – [php] fdc9:281f:4d7:9ee9::1
Line 659: Line 659:
  return new Calendar($calendar);  return new Calendar($calendar);
 } }
 +</code>
 +
 +print and debug php database queries
 +
 +<code php>
 +$query->select('id', 'calendarid', 'firstoccurence')
 + ->from('calendarobjects')
 + ->where($filterQuery);
 +
 +printf("SQL: %s\n", $query->getSQL());
 +printf("Parameters: %s\n", print_r($query->getParameters(), true));
 </code> </code>
 ==== nextcloud app dev ==== ==== nextcloud app dev ====
onny/notizen/programmierung.txt · Last modified: by fdc9:281f:4d7:9ee9::1