|
| __construct (DatabaseDriver $db) |
|
| check () |
|
| find ($options=array()) |
|
| __construct ($table, $key, DatabaseDriver $db, DispatcherInterface $dispatcher=null) |
|
| getFields ($reload=false) |
|
| appendPrimaryKeys ($query, $pk=null) |
|
| getTableName () |
|
| getKeyName ($multiple=false) |
|
| getId () |
|
| getDbo () |
|
| setDbo (DatabaseDriver $db) |
|
| setRules ($input) |
|
| getRules () |
|
| reset () |
|
| bind ($src, $ignore=array()) |
|
| load ($keys=null, $reset=true) |
|
| check () |
|
| save ($src, $orderingFilter='', $ignore='') |
|
| checkOut ($userId, $pk=null) |
|
| checkIn ($pk=null) |
|
| hasPrimaryKey () |
|
| hit ($pk=null) |
|
| isCheckedOut ($with=0, $against=null) |
|
| getNextOrder ($where='') |
|
| getPrimaryKey (array $keys=array()) |
|
| reorder ($where='') |
|
| move ($delta, $where='') |
|
| publish ($pks=null, $state=1, $userId=0) |
|
| getColumnAlias ($column) |
|
| setColumnAlias ($column, $columnAlias) |
|
| hasField ($key) |
|
| __construct ($properties=null) |
|
| __toString () |
|
| def ($property, $default=null) |
|
| get ($property, $default=null) |
|
| getProperties ($public=true) |
|
| getError ($i=null, $toString=true) |
|
| getErrors () |
|
| set ($property, $value=null) |
|
| setProperties ($properties) |
|
| setError ($error) |
|
| delete ($pk=null) |
|
| getKeyName () |
|
| store ($updateNulls=false) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
Extension table
- Depuis
- 1.7.0
◆ __construct()
◆ check()
◆ find()
find |
( |
|
$options = array() | ) |
|
Method to create and execute a SELECT WHERE query.
- Paramètres
-
array | $options | Array of options |
- Renvoie
- string The database query result
- Depuis
- 1.7.0
Références $options, $query, et $val.
◆ $_jsonEncode
$_jsonEncode = ['params'] |
|
protected |
◆ $_supportNullValue
$_supportNullValue = true |
|
protected |
◆ $custom_data
La documentation de cette classe a été générée à partir du fichier suivant :