$table
$table : string
Table
Row gateway class
getTableInfo(\Pop\Db\Adapter\AbstractAdapter $db = null) : array
Get table info
\Pop\Db\Adapter\AbstractAdapter | $db |
setPrimaryKeys(mixed $keys) : \Pop\Db\Gateway\Row
Set the primary keys
mixed | $keys |
setPrimaryValues(mixed $values) : \Pop\Db\Gateway\Row
Set the primary values
mixed | $values |
setColumns(array $columns = array()) : \Pop\Db\Gateway\Row
Set the columns
array | $columns |
resetDirty() : \Pop\Db\Gateway\Row
Reset dirty columns
save(array $columns = array()) : \Pop\Db\Gateway\Row
Save a new row in the table
array | $columns |
update() : \Pop\Db\Gateway\Row
Update an existing row in the table
delete() : \Pop\Db\Gateway\Row
Delete row from the table using the primary key(s)