.. |
DataArray
|
Data\BaseQuery: rename to Data\SimpleQuery
|
2014-05-07 11:55:35 +00:00 |
Db
|
Merge remote-tracking branch 'origin/master' into feature/query-interfaces-6018
|
2014-05-20 23:15:11 +00:00 |
Filter
|
Data\Filter: initial commit basic implementation
|
2014-06-06 06:04:24 +00:00 |
Browsable.php
|
Implement interface "Browsable" for classes providing page turning
|
2014-04-15 15:36:13 +02:00 |
ConnectionInterface.php
|
Data/interfaces: add Filterable, extend Connection
|
2014-06-06 06:07:33 +00:00 |
Fetchable.php
|
Add "Fetchable" interface for classes providing data retrieval
|
2014-04-15 15:40:07 +02:00 |
Filterable.php
|
Data/interfaces: add Filterable, extend Connection
|
2014-06-06 06:07:33 +00:00 |
Limitable.php
|
Implement "Limitable" interface for retrieving just a portion of a result set
|
2014-04-15 15:48:51 +02:00 |
PivotTable.php
|
Data\BaseQuery: rename to Data\SimpleQuery
|
2014-05-07 11:55:35 +00:00 |
QueryInterface.php
|
Add interface "QueryInterface" implementing Browsable, Fetchable, Filterable, Limitable, Sortable, Countable (WIP)
|
2014-04-17 14:21:01 +02:00 |
Queryable.php
|
Add interface "Queryable" (WIP)
|
2014-04-15 16:23:17 +02:00 |
ResourceFactory.php
|
Icingaweb shoul work without optional extensions when they are not used
|
2014-04-28 17:13:40 +02:00 |
Selectable.php
|
Replace DatasourceInterface with Selectable
|
2014-04-15 17:43:45 +02:00 |
SimpleQuery.php
|
Data\SimpleQuery: concrete implementation
|
2014-06-06 06:12:17 +00:00 |
Sortable.php
|
Sortable: Fix PHPDoc for parameter `$direction'
|
2014-05-07 10:00:41 +02:00 |