69651d227deba27618fc3a9580e98e854cdfdfae
[mdref/mdref-pq-gateway] / __construct.md
1 # void pq\Gateway\Table::__construct([string $name = NULL[, pq\Connection $conn = NULL]])
2
3 Create a new table gateway.
4
5 ## Params:
6
7 * Optional string $name = NULL
8 The table name.
9 * Optional pq\Connection $conn = NULL
10 The connection (defaults to pq\Gateway\Table::$defaultConnection).
11
12 ## Throws:
13
14 * InvalidArgumentException
15 * pq\Exception