source: Dev/branches/rest-dojo-ui/server/rdfapi/sparql/SparqlEngine/PreparedStatement.php @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 339 bytes
Line 
1<?php
2/**
3*   A prepared statement that can be execute()d later multiple
4*   times with different variable values.
5*
6*   @license http://www.gnu.org/licenses/lgpl.html LGPL
7*   @package sparql
8*/
9class SparqlEngine_PreparedStatement
10{
11    public function execute($arVariables, $resultform)
12    {
13        //FIXME
14    }
15
16}
17?>
Note: See TracBrowser for help on using the repository browser.