<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: parameter passing question</title>
  <link>http://www.activecollab.com/forums/topic/2269/</link>
  <description>Recent posts on topic: parameter passing question</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 06 Sep 2008 13:17:44 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/10865/#post10865</link>
    <guid>http://www.activecollab.com/forums/post/10865/#post10865</guid>
    <title>Post #3 by Bill</title>
    <dc:creator>Bill</dc:creator>
    <description><![CDATA[<p>Thanks Ilija, I'm reading the code, and will probably come up with some more specific questions later. :p</p>]]></description>
    <pubDate>Thu, 22 Nov 2007 16:55:31 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10767/#post10767</link>
    <guid>http://www.activecollab.com/forums/post/10767/#post10767</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>When you are in the controller use Request object to get parameters:<br />
<br />
<pre name="code" class="php">class SomeContoller extends ApplicationController {

  function index() {
    print $this-&gt;request-&gt;get('project_id');
  }

}</pre></p>]]></description>
    <pubDate>Sun, 18 Nov 2007 02:06:35 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10754/#post10754</link>
    <guid>http://www.activecollab.com/forums/post/10754/#post10754</guid>
    <title>Post #1 by Bill</title>
    <dc:creator>Bill</dc:creator>
    <description><![CDATA[<p>Hi there, I'm learning to write plugins but the way activeCollab passes parameter to /public/index.php confuses me. <br />
<br />
For example, the report page: /public/index.php/projects/1/time/reports?type=thismonth&amp;user_id=&amp;is_billable=<br />
I can print the part after the question mark (type=thismonth.*) but can't seem to get '/projects/1/time/reports' part in querystring.<br />
how are the parameters (the /projects/1/time/reports part) getting passed to index.php? <br />
and is there a central location where parameters are processed and requested module/plugins are loaded?</p>]]></description>
    <pubDate>Fri, 16 Nov 2007 13:27:44 CST</pubDate>
  </item>
</channel>
</rss>