mysql_xdevapi\Schema
PHP Manual

Schema::getCollectionAsTable

(No version information available, might only be in Git)

Schema::getCollectionAsTableGet collection table object

Description

public mysql_xdevapi\Table mysql_xdevapi\Schema::getCollectionAsTable ( string $name )

Warning

This function is currently not documented; only its argument list is available.

Parameters

name

Return Values

A table object for the defined table.

Examples

Example #1 mysql_xdevapi\Schema::getCollectionAsTable() example

<?php

/* ... */

?>

mysql_xdevapi\Schema
PHP Manual