Class GenericModel
This class is a generic class, inherited from Model, and used in classes like Form or ItemList to use models that have not been specified in custom classes.
- Hawk\Model uses Hawk\Utils
-
Hawk\GenericModel
Methods summary
Methods inherited from Hawk\Model
__construct(),
add(),
addIfNotExists(),
countElementsByExample(),
countElementsBySQL(),
delete(),
deleteByExample(),
deleteBySQL(),
getAll(),
getByExample(),
getById(),
getBySQL(),
getData(),
getDbInstance(),
getDbName(),
getListByExample(),
getListBySQL(),
getPrimaryColumn(),
getTable(),
save(),
set(),
setDbName(),
setPrimaryColumn(),
setTable(),
update()