This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/import/import_construct.xml
2008-11-26 14:50:40 -08:00

65 lines
1.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<!-- define the module name -->
<module>import</module>
<!-- define the module table name -->
<table>import</table>
<!-- define the module dependancy(s) -->
<dependancy></dependancy>
<!-- define the DB cache in seconds -->
<cache>0</cache>
<!-- define the default order_by field for SQL queries -->
<order_by>plugin</order_by>
<!-- define the methods -->
<limit>35</limit>
<!-- define the fields -->
<field>
<id>
<type>I8</type>
<unique>1</unique>
</id>
<site_id>
<type>I4</type>
</site_id>
<date_orig>
<type>I8</type>
</date_orig>
<plugin>
<type>C(32)</type>
</plugin>
<action>
<type>C(32)</type>
</action>
<remote_table>
<type>C(32)</type>
</remote_table>
<ab_table>
<type>C(32)</type>
</ab_table>
<remote_id>
<type>I8</type>
</remote_id>
<ab_id>
<type>I8</type>
</ab_id>
</field>
<!-- define all the methods for this class, and the fields they have access to, if applicable. -->
<method>
<add>id,site_id,date_orig,plugin,local_table,ab_table,remote_id,ab_id</add>
<update>id,site_id,date_orig,plugin,local_table,ab_table,remote_id,ab_id</update>
<delete>id,site_id,date_orig,plugin,local_table,ab_table,remote_id,ab_id</delete>
<view>id,site_id,date_orig,plugin,local_table,ab_table,remote_id,ab_id</view>
<search>id,site_id,date_orig,plugin,local_table,ab_table,remote_id,ab_id</search>
</method>
<!-- define the method triggers -->
<trigger>0</trigger>
</construct>