86 lines
1.7 KiB
XML
86 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<construct>
|
|
<!-- Module name -->
|
|
<module>search</module>
|
|
<!-- Module supporting database table -->
|
|
<table>search</table>
|
|
<!-- Module dependancy(s) (module wont install if these modules are not yet installed) -->
|
|
<dependancy></dependancy>
|
|
<!-- DB cache in seconds -->
|
|
<cache>0</cache>
|
|
<!-- Default order_by field for SQL queries -->
|
|
<order_by></order_by>
|
|
<!-- Default SQL limit for SQL queries -->
|
|
<limit>25</limit>
|
|
<!-- Schema version (used to determine if the schema has change during upgrades) -->
|
|
<version>0</version>
|
|
|
|
<!-- Database indexes -->
|
|
<index>
|
|
<expire>date_expire</expire>
|
|
<sess>session_id</sess>
|
|
<acct>account_id</acct>
|
|
<module>module</module>
|
|
</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>
|
|
<!-- Date record created -->
|
|
<date_orig>
|
|
<convert>date-now</convert>
|
|
<display>Date Created</display>
|
|
<type>I8</type>
|
|
</date_orig>
|
|
<date_expire>
|
|
<type>I8</type>
|
|
</date_expire>
|
|
<session_id>
|
|
<type>C(32)</type>
|
|
</session_id>
|
|
<account_id>
|
|
<type>I8</type>
|
|
</account_id>
|
|
<module>
|
|
<type>C(64)</type>
|
|
</module>
|
|
<full_sql>
|
|
<type>X2</type>
|
|
</full_sql>
|
|
<order_by>
|
|
<type>C(255)</type>
|
|
</order_by>
|
|
<limit_no>
|
|
<type>I4</type>
|
|
</limit_no>
|
|
<results>
|
|
<type>I4</type>
|
|
</results>
|
|
</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>
|