Initial Commit of AgileBill Open Source

This commit is contained in:
unknown
2008-11-26 14:50:40 -08:00
parent ae5a0fc25e
commit 02306ccc47
2954 changed files with 410976 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<!-- define the module name -->
<module>search</module>
<!-- define the module table name -->
<table>search</table>
<!-- define the module dependancy(s) -->
<dependancy/>
<!-- define the DB cache in seconds -->
<cache>0</cache>
<!-- define the default order_by field for SQL queries -->
<order_by/>
<!-- define the methods -->
<limit>25</limit>
<!-- define database indexes -->
<index>
<expire>date_expire</expire>
<sess>session_id</sess>
<acct>account_id</acct>
<module>module</module>
</index>
<!-- define the fields -->
<field>
<id>
<type>I8</type>
<unique>1</unique>
<index>1</index>
</id>
<site_id>
<type>I8</type>
<index>1</index>
</site_id>
<date_orig>
<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>
<!-- define all the methods for this class, and the fields they have access to, if applicable. -->
<method/>
<!-- define the method triggers -->
<trigger>0</trigger>
</construct>

View File

@@ -0,0 +1,11 @@
<install>
<module_properties>
<name>search</name>
<parent>search</parent>
<notes><![CDATA[Manage searchs]]></notes>
</module_properties>
<sql_inserts>
<module_method>
</module_method>
</sql_inserts>
</install>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<install>
<search>
<id>3066</id>
<site_id>1</site_id>
<date_orig>1112338630</date_orig>
<date_expire>1112374630</date_expire>
<session_id>c48c8cec9298a40a1995ad479b5c4e37</session_id>
<account_id>1</account_id>
<module>0</module>
<sql>SELECT %%fieldList%% FROM %%tableList%% WHERE %%whereList%% </sql>
<order_by>name</order_by>
<limit_no>25</limit_no>
<results>66</results>
</search>
<search>
<id>3067</id>
<site_id>1</site_id>
<date_orig>1112338637</date_orig>
<date_expire>1112374637</date_expire>
<session_id>c48c8cec9298a40a1995ad479b5c4e37</session_id>
<account_id>1</account_id>
<module>0</module>
<sql><![CDATA[SELECT %%fieldList%% FROM %%tableList%% WHERE module_id = '62' AND %%whereList%% ]]></sql>
<order_by>name</order_by>
<limit_no>25</limit_no>
<results>7</results>
</search>
<search>
<id>3068</id>
<site_id>1</site_id>
<date_orig>1112343270</date_orig>
<date_expire>1112379270</date_expire>
<session_id>b3662a1982e7ba3c5308973b354fb6f7</session_id>
<account_id>1</account_id>
<module>0</module>
<sql>SELECT %%fieldList%% FROM %%tableList%% WHERE %%whereList%% </sql>
<order_by>site_id</order_by>
<limit_no>10</limit_no>
<results>1</results>
</search>
<search>
<id>3069</id>
<site_id>1</site_id>
<date_orig>1112343320</date_orig>
<date_expire>1112379320</date_expire>
<session_id>6528fd5472182bd2b622f97b76567655</session_id>
<account_id>1</account_id>
<module>0</module>
<sql>SELECT %%fieldList%% FROM %%tableList%% WHERE %%whereList%% </sql>
<order_by>name</order_by>
<limit_no>25</limit_no>
<results>25</results>
</search>
<search_id>
<id>3069</id>
</search_id>
</install>