package |
Default |
---|
__construct()
_delete(array $where) : boolean
array
Where conditions array
boolean
_fetch(array $where = null, array $column = null, $order = null, $limit = null)
array
array
_fetchAll( $query, $params)
_fetchRow( $query, $params)
_insert( $query, $params)
_setTableColumns()
_update(array $data, array $where) : boolean
array
Data array
array
Where conditions array
boolean
delete(array $where) : boolean
array
boolean
fetchAll(array $where = null, array $column = null, array $order = null, string $limit = null, boolean $lazy = false) : array
array
Where conditions array
array
Array with columns that you want.
array
Array with order condition ('first_name, last_name' => 'DESC')
string
String with limit value
boolean
Lazy return. If this is true, the response will be an array
array
| bool
fetchRow(array $where = null, array $column = null, array $order = null) : \Core\Orm\RowGateway
array
Where conditions array
array
Array with columns that you want.
array
Array with order condition ('first_name, last_name' => 'DESC')
\Core\Orm\RowGateway
find(mixed $primaryKey) : \Core\Orm\RowGateway
getAdapter()
getBelongsToRelationship()
getManyRelationship()
getOneRelationship()
getPrimaryKey()
getTableColumns()
getTableName()
insert(array $data) : \Core\Orm\RowGateway
update(array $data, array $where) : boolean
array
Data array
array
Where conditions array
boolean
db :
_name :
_primary :
_rowClass :
_columns :
_has_many :
_has_one :
_belongs_to :