$table
$table : string
Table
Table gateway class
getTableInfo(\Pop\Db\Adapter\AbstractAdapter $db = null) : array
Get table info
\Pop\Db\Adapter\AbstractAdapter | $db |
insert(array $columns) : \Pop\Db\Gateway\Table
Insert values into the table
array | $columns |
update(array $columns, mixed $where = null, array $parameters = array()) : \Pop\Db\Gateway\Table
Update a table
array | $columns | |
mixed | $where | |
array | $parameters |
delete(mixed $where = null, array $parameters = array()) : \Pop\Db\Gateway\Table
Delete from a table
mixed | $where | |
array | $parameters |
setRows(array $rows = array()) : \Pop\Db\Gateway\Table
Set all the table rows at once
array | $rows |