-
Notifications
You must be signed in to change notification settings - Fork 23
The Datasource Layer
tenebrousedge edited this page Dec 26, 2012
·
1 revision
Nothing here is really meant to be interacted with directly. If you really must do so, create a request array as detailed here, attach it to a Model as so:
$model->request = $request;
Then instantiate ApisSource and call ApisSource::request($model);
If those instructions were not clear, you probably shouldn't attempt them.