Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- find app/logs/ -type d -exec chmod 777 {} \; && find app/cache/ -type d -exec chmod 777 {} \;
- // $client = $this->get('easyrdf.http_client');
- // //$client->setHeaders('Accept', 'application/json');
- // $client->setParameterGet('default-graph-uri', 'http://ontosides.fr');
- // $client->setParameterGet('query', $query->comparisonBetweenIndividualAverageStudentAndGeneralAverage($student_uri));
- // $client->setParameterGet('format', 'application/sparql-results+json');
- // $client->setParameterGet('timeout', 0);
- // $client->setParameterGet('debug', 'on');
- //
- // dump($client->request());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement