Source for file PreparedStatement.php

Documentation is available at PreparedStatement.php

  1. <?php
  2. /**
  3. *   A prepared statement that can be execute()d later multiple
  4. *   times with different variable values.
  5. *
  6. *   @package sparql
  7. */
  8. {
  9.     public function execute($arVariables$resultform)
  10.     {
  11.         //FIXME
  12.     }
  13.  
  14. }
  15. ?>

Documentation generated on Fri, 1 Jun 2007 16:50:25 +0200 by phpDocumentor 1.3.2