if( Input::get('param') ) { $obj = $obj->where('param', Input::get('param')); //of course done with checks and what not. This is just simplifying it }Thanks for the help. And I'm loving FuelPHP so far!
$curl = \Request::forge('http://example.com/path/to/api/method.xml?param=value', 'curl'); $curl->http_login('username', 'password', 'digest')->execute();
It looks like you're new here. If you want to get involved, click one of these buttons!