Writing own queries: Revision history

From Sunhill Framework Documentation

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 October 2024

  • curprev 11:4711:47, 8 October 2024 Klaus talk contribs 1,712 bytes +168 Article created
  • curprev 11:2011:20, 8 October 2024 Klaus talk contribs 1,544 bytes +1,544 Created page with "First check if you could use one of the predefined queries: * ArrayQuery * DatabaseQuery If not, your own queries have to be derrived from BasicQuery and some abstract methods have to be overwritten: === Methods === ==== assembleQuery() ==== This method takes no parameters and builds an internal query structure that could be used to perform the finalizing methods on. The method can return whatever you want you just have to make sure that the remaining abstract..."