<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Creating new query</title>
  <link>http://www.activecollab.com/forums/topic/306/</link>
  <description>Recent posts on topic: Creating new query</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 02 Dec 2008 18:15:49 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/1731/#post1731</link>
    <guid>http://www.activecollab.com/forums/post/1731/#post1731</guid>
    <title>Post #4 by tranzparency</title>
    <dc:creator>tranzparency</dc:creator>
    <description><![CDATA[<p>Took 5 minutes to bring everything native.  thanks.</p>]]></description>
    <pubDate>Wed, 02 Aug 2006 21:21:06 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1669/#post1669</link>
    <guid>http://www.activecollab.com/forums/post/1669/#post1669</guid>
    <title>Post #3 by tranzparency</title>
    <dc:creator>tranzparency</dc:creator>
    <description><![CDATA[<p>awesome..  I cheated and used an included adodb library just to get it running.  Now I can port it over.  thanks again.  great work!</p>]]></description>
    <pubDate>Wed, 02 Aug 2006 04:56:43 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1564/#post1564</link>
    <guid>http://www.activecollab.com/forums/post/1564/#post1564</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Use DB::execute(), DB::executeAll() and DB::executeOne() functions.<br />
<br />
First will return instance of DBResult class, second will return result as array and third first row of the result set. All of them can be used to prepare SQL:<br />
<br />
<pre name="code" class="html">$result = DB::execute('SELECT * FROM table WHERE `id` = ? AND `name` = ?', 12, 'name');</pre></p>]]></description>
    <pubDate>Sat, 29 Jul 2006 18:00:26 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/1549/#post1549</link>
    <guid>http://www.activecollab.com/forums/post/1549/#post1549</guid>
    <title>Post #1 by tranzparency</title>
    <dc:creator>tranzparency</dc:creator>
    <description><![CDATA[<p>I'm adding another section to the dashboard and want to run some of my own queries for these pages.  How can I do a query against the db class library and get a returned result?</p>]]></description>
    <pubDate>Sat, 29 Jul 2006 01:12:05 CDT</pubDate>
  </item>
</channel>
</rss>