Greetings all,
Thanks for a great framework(though you probably all hear that all the
time).

I am building a RESTful api using cakephp. So I need to get the posted
values from URL. cakephp deals with this particularly well for posted
values such as: 
    host.com/crops/view/$var1=xxx&$var2=xxx

But, I haven't figured out how to get other operators, such as ">" or
"<". For example I want to know:
    host.com/crops/view/$var1>XX

I tried using the following:

      * $this->params['pass']
      * $this->params['url']


...but no luck. Any idea on how I can capture those operators? 

You assistance would be greatly appreciated.

Regards,
Matthew M

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to