©
This document uses PHP Chinese website manual Release
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantQuery::__construct — Construct a new query
$table
)Construct a new query object
table
TokyoTyrantTable object with active database connection
Returns a new TokyoTyrantQuery object and throws TokyoTyrantException on error
Example #1 TokyoTyrantQuery::__construct() example
<?php
$tt = new TokyoTyrantTable ( "localhost" , 1979 );
$query = new TokyoTyrantQuery ( $tt );
?>