orm:[只读] 一种灵活、轻量且功能强大的 PHP 对象关系映射器,使用 DataMapper 模式实现。 此 repo 是可在 https 中找到的主要代码的拆分-源码

上传者: 42132056 | 上传时间: 2021-08-05 16:04:22 | 文件大小: 159KB | 文件类型: ZIP
PHP
蛋糕PHP ORM CakePHP ORM 提供了一种强大而灵活的方式来处理关系数据库。 使用数据映射器模式,ORM 允许您将数据作为实体进行操作,从而允许您在应用程序中创建富有表现力的域层。 支持的数据库引擎 CakePHP ORM 兼容: MySQL 5.1+ Postgres 8+ SQLite3 SQLServer 2008+ Oracle(通过) 连接到数据库 使用这个库时你需要做的第一件事是注册一个连接对象。 在对连接执行任何操作之前,您需要指定要使用的驱动程序: use Cake \ Datasource \ ConnectionManager ; ConnectionManager :: setConfig ( 'default' , [ 'className' => \ Cake \ Database \ Connection ::class, 'dr

文件下载

资源详情

[{"title":"( 48 个子文件 159KB ) orm:[只读] 一种灵活、轻量且功能强大的 PHP 对象关系映射器,使用 DataMapper 模式实现。 此 repo 是可在 https 中找到的主要代码的拆分-源码","children":[{"title":"orm-master","children":[{"title":"Exception","children":[{"title":"MissingEntityException.php <span style='color:#111;'> 949B </span>","children":null,"spread":false},{"title":"PersistenceFailedException.php <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"MissingTableClassException.php <span style='color:#111;'> 823B </span>","children":null,"spread":false},{"title":"RolledbackTransactionException.php <span style='color:#111;'> 869B </span>","children":null,"spread":false},{"title":"MissingBehaviorException.php <span style='color:#111;'> 773B </span>","children":null,"spread":false}],"spread":true},{"title":"Entity.php <span style='color:#111;'> 2.70KB </span>","children":null,"spread":false},{"title":"EagerLoadable.php <span style='color:#111;'> 7.85KB </span>","children":null,"spread":false},{"title":"EagerLoader.php <span style='color:#111;'> 30.51KB </span>","children":null,"spread":false},{"title":"ResultSet.php <span style='color:#111;'> 14.93KB </span>","children":null,"spread":false},{"title":"Behavior.php <span style='color:#111;'> 14.23KB </span>","children":null,"spread":false},{"title":"BehaviorRegistry.php <span style='color:#111;'> 9.08KB </span>","children":null,"spread":false},{"title":"composer.json <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"LICENSE.txt <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"TableRegistry.php <span style='color:#111;'> 4.67KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 6.69KB </span>","children":null,"spread":false},{"title":"SaveOptionsBuilder.php <span style='color:#111;'> 5.55KB </span>","children":null,"spread":false},{"title":"Locator","children":[{"title":"TableLocator.php <span style='color:#111;'> 11.38KB </span>","children":null,"spread":false},{"title":"LocatorInterface.php <span style='color:#111;'> 2.22KB </span>","children":null,"spread":false},{"title":"LocatorAwareTrait.php <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false}],"spread":true},{"title":"AssociationCollection.php <span style='color:#111;'> 11.58KB </span>","children":null,"spread":false},{"title":"Rule","children":[{"title":"IsUnique.php <span style='color:#111;'> 3.00KB </span>","children":null,"spread":false},{"title":"LinkConstraint.php <span style='color:#111;'> 6.02KB </span>","children":null,"spread":false},{"title":"ValidCount.php <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"ExistsIn.php <span style='color:#111;'> 5.40KB </span>","children":null,"spread":false}],"spread":false},{"title":"PropertyMarshalInterface.php <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"Table.php <span style='color:#111;'> 107.32KB </span>","children":null,"spread":false},{"title":"RulesChecker.php <span style='color:#111;'> 10.33KB </span>","children":null,"spread":false},{"title":"Query.php <span style='color:#111;'> 46.97KB </span>","children":null,"spread":false},{"title":"Association","children":[{"title":"DependentDeleteHelper.php <span style='color:#111;'> 2.17KB </span>","children":null,"spread":false},{"title":"HasMany.php <span style='color:#111;'> 22.58KB </span>","children":null,"spread":false},{"title":"Loader","children":[{"title":"SelectWithPivotLoader.php <span style='color:#111;'> 5.76KB </span>","children":null,"spread":false},{"title":"SelectLoader.php <span style='color:#111;'> 17.59KB </span>","children":null,"spread":false}],"spread":false},{"title":"HasOne.php <span style='color:#111;'> 4.58KB </span>","children":null,"spread":false},{"title":"BelongsToMany.php <span style='color:#111;'> 51.29KB </span>","children":null,"spread":false},{"title":"BelongsTo.php <span style='color:#111;'> 6.45KB </span>","children":null,"spread":false}],"spread":false},{"title":"Behavior","children":[{"title":"CounterCacheBehavior.php <span style='color:#111;'> 9.77KB </span>","children":null,"spread":false},{"title":"TimestampBehavior.php <span style='color:#111;'> 7.28KB </span>","children":null,"spread":false},{"title":"TreeBehavior.php <span style='color:#111;'> 35.58KB </span>","children":null,"spread":false},{"title":"TranslateBehavior.php <span style='color:#111;'> 12.32KB </span>","children":null,"spread":false},{"title":"Translate","children":[{"title":"EavStrategy.php <span style='color:#111;'> 17.41KB </span>","children":null,"spread":false},{"title":"TranslateStrategyInterface.php <span style='color:#111;'> 4.29KB </span>","children":null,"spread":false},{"title":"TranslateTrait.php <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"TranslateStrategyTrait.php <span style='color:#111;'> 6.58KB </span>","children":null,"spread":false},{"title":"ShadowTableStrategy.php <span style='color:#111;'> 20.02KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Association.php <span style='color:#111;'> 39.73KB </span>","children":null,"spread":false},{"title":"LazyEagerLoader.php <span style='color:#111;'> 6.51KB </span>","children":null,"spread":false},{"title":"AssociationsNormalizerTrait.php <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"Marshaller.php <span style='color:#111;'> 32.86KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明