Skip to content

Instantly share code, notes, and snippets.

@keithmancuso
Created March 5, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithmancuso/5b5806831b226e5317b8 to your computer and use it in GitHub Desktop.
Save keithmancuso/5b5806831b226e5317b8 to your computer and use it in GitHub Desktop.
get students
<?php
namespace Craft;
class SalesforceController extends BaseController
{
private $scopes = array();
private $params = array();
public function actionGetStudents() {
return 'test this stuff out';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment