]> git.mxchange.org Git - mailer.git/blob - templates/xml/admin/admin_add_do_forced_costs.xml
This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / templates / xml / admin / admin_add_do_forced_costs.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 This template provides meta data for adding forced-costs to the database.
4
5 @author         Roland Haeder <webmaster@mxchange.org>
6 @version        0.2.1-FINAL
7 @copyright      (c) 2003 - 2009 by Roland Haeder
8 @copyright      (c) 2009 - 2012 by Mailer Developer Team
9 @license        GNU GPL 2.0 or any newer version
10 @link           http://mxchange.org
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
25 MA  02110-1301  USA
26 //-->
27 <admin-entry-meta-data>
28         <!--
29         Call-back function which should all following parameter handled over
30         to. This will always be type of string but we like homogene XMLs.
31         //-->
32         <callback-function type="string" value="adminAddEntries" />
33         <!--
34         Name of the database table where the entries should be read/write from/to.
35         //-->
36         <database-table name="" type="string" value="forced_costs" />
37         <!--
38         The following three lists must have the same count of list entries, else an
39         error may occur.
40         //-->
41         <!--
42         And all column names to read/write, leave this list tag empty for all (*).
43         //-->
44         <database-column-list>
45                 <database-column-list-entry name="" type="string" table="" value="forced_costs_price_click" alias="" function="" />
46                 <database-column-list-entry name="" type="string" table="" value="forced_costs_payment_click" alias="" function="" />
47                 <database-column-list-entry name="" type="string" table="" value="forced_costs_visibility" alias="" function="" />
48         </database-column-list>
49         <!--
50         "Filter" call-back functions to call back for piping the fetched data
51         through (can be left empty, no call-back function will be called)
52         //-->
53         <callback-function-list>
54                 <callback-function-list-entry name="" type="string" value="convertCommaToDot" />
55                 <callback-function-list-entry name="" type="string" value="convertCommaToDot" />
56                 <callback-function-list-entry name="" type="string" value="" />
57         </callback-function-list>
58         <!--
59         Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
60         is provided, we have more than two parameters to handle over to the
61         call-back function. See function handleExtraValues() for details.
62         //-->
63         <extra-parameter-list>
64         </extra-parameter-list>
65         <!--
66         Columns for converting single time selections into a timestamp
67         //-->
68         <time-columns-list>
69         </time-columns-list>
70 </admin-entry-meta-data>