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/static_var_record/static_var_record_construct.xml
2011-05-03 09:49:01 +10:00

75 lines
1.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<!-- Module name -->
<module>static_var_record</module>
<!-- Module supporting database table -->
<table>static_var_record</table>
<!-- Module dependancy(s) (module wont install if these modules are not yet installed) -->
<dependancy>static_var,static_var_relation</dependancy>
<!-- DB cache in seconds -->
<cache>0</cache>
<!-- Default order_by field for SQL queries -->
<order_by>id</order_by>
<!-- Default SQL limit for SQL queries -->
<limit>25</limit>
<!-- Schema version (used to determine if the schema has change during upgrades) -->
<version>1</version>
<!-- Database indexes -->
<index>
<record>record_id</record>
<module>module_id</module>
<var>static_var_id</var>
<relation>static_var_relation_id</relation>
</index>
<!-- Database fields -->
<field>
<!-- Record ID -->
<id>
<index>1</index>
<type>I8</type>
<unique>1</unique>
</id>
<!-- Site ID -->
<site_id>
<index>1</index>
<type>I8</type>
</site_id>
<record_id>
<type>I8</type>
<index>1</index>
</record_id>
<module_id>
<type>I4</type>
<index>1</index>
</module_id>
<static_var_id>
<type>I4</type>
<index>1</index>
</static_var_id>
<static_var_relation_id>
<type>I4</type>
<index>1</index>
</static_var_relation_id>
<value>
<type>X2</type>
</value>
</field>
<!-- Methods for this class, and the fields they have access to, if applicable -->
<method>
</method>
<!-- Method triggers -->
<trigger></trigger>
<!-- Template page display titles -->
<title>
</title>
<!-- Template helpers -->
<tpl>
</tpl>
</construct>