TokyoTyrantQuery::__construct
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantQuery::__construct — Construct a new query
Descrierea
Construct a new query object
Parametri
-
table -
TokyoTyrantTable object with active database connection
Valorile întoarse
Returns a new TokyoTyrantQuery object and throws TokyoTyrantException on error
Exemple
Example #1 TokyoTyrantQuery::__construct() example
<?php
$tt = new TokyoTyrantTable("localhost", 1979);
$query = new TokyoTyrantQuery($tt);
/* Work with $query */
?>
There are no user contributed notes for this page.
