]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_list_data_template.xml
Mailer project rwritten:
[mailer.git] / templates / xml / admin_list_data_template.xml
index e0e63fb882a0e5c734bce8cd77a7540351d5925f..2de15d8bfc0697ace90724d4cc6fd4a26faa1b0d 100644 (file)
@@ -30,11 +30,9 @@ MA 02110-1301 USA
        Call-back function, the extracted data from this XML will then be re-read
        from that function. The most common function this XML uses is
        doGenericListEntries() so mostly you can leave this alone unless you have JOINs.
-       Use adminListJoinEntries for JOINs:
-       //-->
-       <callback-function type="string" value="doGenericListEntries" />
-       <!--
+       Use doGenericJoinedListEntries for JOINs:
        //-->
+       <callback-function type="string" value="doGenericJoinedListEntries" />
        <!--
        Now we need information which template should be loaded and which functions
        shall be called back. So lets start with the main list template. This mostly
@@ -85,7 +83,7 @@ MA 02110-1301 USA
                                <!--
                                Condition how these two tables should be joined.
                                //-->
-                               <join-on-condition type="string" conditiion="EQUALS" />
+                               <join-on-condition type="string" condition="EQUALS" />
                                <!--
                                And the corresponding right part.
                                //-->
@@ -128,7 +126,7 @@ MA 02110-1301 USA
                //-->
                <order-by-list>
                        <!--
-                       A isingle entry to perform the ORDER BY statement on, see above WHERE entry for details.
+                       A single entry to perform the ORDER BY statement on, see above WHERE entry for details.
                        //-->
                        <order-by-list-entry type="string" table="dt" order="userid" value="ASC" />
                        <!--
@@ -177,6 +175,13 @@ MA 02110-1301 USA
                </column-callback-list-entry>
        </column-callback-list>
        <!--
+       Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
+       is provided, we have more than two parameters to handle over to the
+       call-back function. See function handleExtraValues() for details.
+       //-->
+       <extra-parameter-list>
+       </extra-parameter-list>
+       <!--
        How the named column shall be logical linked to the above.
        //-->
        <where-condition type="string" name="status" condition="AND" />