mouf / magic-query-datasource
This package contains 2 utility class representing a row and a datasource, using magic query.
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 0
Type:mouf-library
Requires
- php: >=5.4
- doctrine/dbal: ^2.0
- mouf/database.datasource.datasource-interface: ~4.0
- mouf/magic-query: ~1.1
This package is auto-updated.
Last update: 2024-10-15 04:58:06 UTC
README
You can find in this package two very useful implementations of mouf datasources :
MagicQueryRow
: an implementation of theRowInterface
that represents a single result of aMagicQuery
query stringMagicQueryDataSource
: an implementation of theDataSourceInterface
that represents a set of results of aMagicQuery
query string