https://github.com/thecodingmachine/magic-query-datasource
This package contains 2 utility class representing a row and a datasource, using magic query.
https://github.com/thecodingmachine/magic-query-datasource
Last synced: 9 months ago
JSON representation
This package contains 2 utility class representing a row and a datasource, using magic query.
- Host: GitHub
- URL: https://github.com/thecodingmachine/magic-query-datasource
- Owner: thecodingmachine
- Created: 2015-12-14T14:28:09.000Z (over 10 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-12-14T14:31:28.000Z (over 10 years ago)
- Last Synced: 2025-02-16T12:30:28.399Z (over 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magic Query datasources for Mouf
================================
You can find in this package two very useful implementations of [mouf datasources](https://github.com/thecodingmachine/database.datasource.datasource-interface) :
- `MagicQueryRow`: an implementation of the `RowInterface` that represents a single result of a `MagicQuery` query string
- `MagicQueryDataSource`: an implementation of the `DataSourceInterface` that represents a set of results of a `MagicQuery` query string