mouf / magic-query-datasource
此包包含两个实用工具类,分别代表一行和一种数据源,使用魔法查询。
1.0.x-dev
2015-12-14 14:30 UTC
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-09-15 04:52:29 UTC
README
在这个包中,您可以找到两个非常有用的mouf数据源实现
MagicQueryRow
:代表单个MagicQuery
查询字符串结果的RowInterface
实现MagicQueryDataSource
:代表MagicQuery
查询字符串结果集的DataSourceInterface
实现