文件名称:selective-orm:PHP 的选择性对象关系映射器
文件大小:54KB
文件格式:ZIP
更新时间:2024-07-29 08:03:13
PHP
选择性对象关系映射器 选择性 ORM 是一个数据库抽象层,可简化数据库的使用。 它完全面向对象,并自动推断数据库模式(表/列/关系),因此您不必在代码中重复它。 构建状态: 覆盖状态: 安装 如果您想在等待稳定版本发布时尝试 Selective,您可以将其添加到您的 composer.json 中: { "require" : { "jamend/selective-orm" : "dev-master" } } 用法 连接到数据库 // first argument is the database name // second argument is the driver implementation class name // third argument is the parameter array for the driver $ db =
【文件预览】:
selective-orm-master
----.coveralls.yml(75B)
----lib()
--------selective()
----.travis.yml(256B)
----LICENSE(1KB)
----phpunit.xml(885B)
----README.md(4KB)
----tests()
--------selective()
----.gitignore(46B)
----composer.json(665B)