]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_data_template.xml
These are all handlers
[mailer.git] / templates / xml / admin_data_template.xml
index c517d7ac234e1ab798ea08b122697dd7808e5ae0..5edb946296aa9558f0ef05d8c638ae653811dac8 100644 (file)
@@ -10,7 +10,7 @@ tag intact.
 @copyright     (c) 2003 - 2009 by Roland Haeder
 @copyright     (c) 2009 - 2011 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
-@link          http://www.mxchange.org
+@link          http://mxchange.org
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -33,11 +33,7 @@ MA  02110-1301  USA
        to. This will always be type of string but we like homogene XMLs.
        Keep 'name' empty for numerical array indexes (array keys).
        //-->
-       <admin-callback-function type="string" value="adminFooEntriesBar" />
-       <!--
-       Array index from HTTP POST data array for identifying every data row
-       //-->
-       <post-data-identify-index name="" type="string" value="id" />
+       <callback-function type="string" value="adminFooEntriesBar" />
        <!--
        Name of the database table where the entries should be read/write from/to.
        //-->
@@ -54,7 +50,7 @@ MA  02110-1301  USA
                A column name list entry. The type is always string, or do you have
                numerical column names?
                //-->
-               <database-column-list-entry name="" type="string" value="foo" />
+               <database-column-list-entry name="" type="string" table="" value="foo" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data