<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>General order</title>
        <description> Hi, maybe it's a simple question but I dont find the answer.

How can I select the order of main table of results?

Thanks</description>
        <link>http://www.dadabik.org/forum/read.php?1,14119,14119#msg-14119</link>
        <lastBuildDate>Thu, 23 May 2013 07:29:31 +0200</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14971#msg-14971</guid>
            <title>Re: General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14971#msg-14971</link>
            <description><![CDATA[ That's very smart. Bravo! And thanks for sharing.]]></description>
            <dc:creator>eugenio</dc:creator>
            <category>Support Forum</category>
            <pubDate>Fri, 09 Mar 2012 11:52:17 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14883#msg-14883</guid>
            <title>Re: General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14883#msg-14883</link>
            <description><![CDATA[ I found a way to customize the order in which the tables are displayed without changing php code:<br />
<br />
1. Add a field `id` to table `dadabik_table_list`.  Assign the id numbers to each table in the order you want them displayed.  For example, if you want table `table_1` to be displayed first, assign '1' as the id.<br />
2. Rename table `dadabik_table_list` to something else (I used `dadabik_table_list_table`)<br />
3. Create a VIEW called `dadabik_table_list` with the following query: <pre class="bbcode">CREATE VIEW `databik_table_list` AS 
SELECT `dadabik_table_list_table`.* FROM `dadabik_table_list_table` 
ORDER BY `dadabik_table_list_table`.`id`;</pre>]]></description>
            <dc:creator>peartaa</dc:creator>
            <category>Support Forum</category>
            <pubDate>Thu, 26 Jan 2012 21:03:46 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14123#msg-14123</guid>
            <title>Re: General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14123#msg-14123</link>
            <description><![CDATA[ At the moment no order, maybe (I haven't tried it) you can change the order just by adding an order by to the sql created by build_installed_table_infos_ar]]></description>
            <dc:creator>eugenio</dc:creator>
            <category>Support Forum</category>
            <pubDate>Wed, 27 Apr 2011 14:51:39 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14122#msg-14122</guid>
            <title>Re: General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14122#msg-14122</link>
            <description><![CDATA[ Woops!, ok, thanks.<br />
<br />
I think it would be usefull, and clients sometimes need to have clear results,... by the way, how is it ordered now?<br />
<br />
Thanks again]]></description>
            <dc:creator>helmarkz</dc:creator>
            <category>Support Forum</category>
            <pubDate>Wed, 27 Apr 2011 13:49:11 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14120#msg-14120</guid>
            <title>Re: General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14120#msg-14120</link>
            <description><![CDATA[ Hi, it is not possible at the moment.]]></description>
            <dc:creator>eugenio</dc:creator>
            <category>Support Forum</category>
            <pubDate>Wed, 27 Apr 2011 13:39:28 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.dadabik.org/forum/read.php?1,14119,14119#msg-14119</guid>
            <title>General order</title>
            <link>http://www.dadabik.org/forum/read.php?1,14119,14119#msg-14119</link>
            <description><![CDATA[ Hi, maybe it's a simple question but I dont find the answer.<br />
<br />
How can I select the order of main table of results?<br />
<br />
Thanks]]></description>
            <dc:creator>helmarkz</dc:creator>
            <category>Support Forum</category>
            <pubDate>Wed, 27 Apr 2011 13:31:05 +0200</pubDate>
        </item>
    </channel>
</rss>
