Advertisement
asanchez75

symfony/easyrdf

Apr 4th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. find app/logs/ -type d -exec chmod 777 {} \; && find app/cache/ -type d -exec chmod 777 {} \;
  2.  
  3.  
  4.  
  5. // $client = $this->get('easyrdf.http_client');
  6. // //$client->setHeaders('Accept', 'application/json');
  7. // $client->setParameterGet('default-graph-uri', 'http://ontosides.fr');
  8. // $client->setParameterGet('query', $query->comparisonBetweenIndividualAverageStudentAndGeneralAverage($student_uri));
  9. // $client->setParameterGet('format', 'application/sparql-results+json');
  10. // $client->setParameterGet('timeout', 0);
  11. // $client->setParameterGet('debug', 'on');
  12. //
  13. // dump($client->request());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement