TokyoTyrantQuery::__construct
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantQuery::__construct — Construct a new query
参数
-
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);
/* Work with $query */
?>

User Contributed Notes
There are no user contributed notes for this page.
备份地址:http://www.lvesu.com/blog/php/tokyotyrantquery.construct.php