Skip to content

Instantly share code, notes, and snippets.

View onlyjazz's full-sized avatar

Danny Lieberman onlyjazz

View GitHub Profile
class StudiesTable extends Table
{
public function getStudies($data = array()) {
$customer_id = $data['customer_id'];
$connection = ConnectionManager::get('default');
$sql = "select * from getStudies($customer_id)";
$s = $this->schema();
pr($s);