swampiest wrote on Tuesday 7th of February 2012:I have a controller(called a) that extends the REST controller. When I visit http://mysite.com/a/b I get the expected result (it's response is a simple array). However when use the code $output = Request::forge('a/b')->execute(); from controller(c) it returns a 404. Both a and c are located in app/classes.. Are there any reasons that shouldn't work? Thanks
$data['categories'] = \Request::forge('uploader/dataload/get_categories', false)->execute();
It looks like you're new here. If you want to get involved, click one of these buttons!