downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

TokyoTyrantQuery::count> <TokyoTyrantQuery::addCond
[edit] Last updated: Fri, 17 May 2013

view this page in

TokyoTyrantQuery::__construct

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantQuery::__constructConstruct a new query

Descripción

public TokyoTyrantQuery::__construct ( TokyoTyrantTable $table )

Construct a new query object

Parámetros

table

TokyoTyrantTable object with active database connection

Valores devueltos

Returns a new TokyoTyrantQuery object and throws TokyoTyrantException on error

Ejemplos

Ejemplo #1 TokyoTyrantQuery::__construct() example

<?php
$tt 
= new TokyoTyrantTable("localhost"1979);

$query = new TokyoTyrantQuery($tt);

/* Work with $query */
?>

Ver también



add a note add a note User Contributed Notes TokyoTyrantQuery::__construct - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites