Welcome Guest, Not a member yet? Register   Sign In
How to use Phil Sturgeon's REST_SERVER
#17

[eluser]Phil Sturgeon[/eluser]
CodeIgniter by default will 404 if you try using a query string. You have to enable query string support before you can send GET parameters to CI or REST_Controller in this way.

Once that is done, you can populate $this->get('id') with /users/method/id/1 or /users/method?id=1

$this->post() is used to fetch post data.
$this->put() is used to fetch put data.
$this->delete() is used to fetch delete data.

You can send a body to REST_Server which will be contained in $this->request->body, but you will have to format that yourself.

Hope this clears some stuff up!


Messages In This Thread
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 09:21 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 09:59 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 10:07 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 10:14 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 10:17 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-18-2010, 10:22 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 07:37 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 09:01 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 09:31 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 10:52 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 12:34 PM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-21-2010, 02:23 PM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-22-2010, 02:50 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 11-22-2010, 02:59 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 12-04-2010, 04:54 PM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 12-09-2010, 02:38 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 12-09-2010, 04:08 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 03-16-2011, 11:14 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 03-16-2011, 11:18 AM
How to use Phil Sturgeon's REST_SERVER - by El Forum - 03-16-2011, 11:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB