Table::__construct
Table constructor
&reftitle.description;
private mysql_xdevapi\Table::__construct
Construct a table object.
&reftitle.parameters;
&no.function.parameters;
&reftitle.examples;
mysql_xdevapi\Table::__construct example
getSchema("addressbook");
$table = $schema->getTable("names");
?>
]]>