积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(62)PHP(62)Falcon(40)Laravel(9)CakePHP(8)

语言

全部英语(54)中文(简体)(8)

格式

全部PDF文档 PDF(35)其他文档 其他(27)
 
本次搜索耗时 0.307 秒,为您找到相关结果约 62 个.
  • 全部
  • 后端开发
  • PHP
  • Falcon
  • Laravel
  • CakePHP
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CakePHP Cookbook Documentation 5.x

    improved application performance. See the Improve Your Application’s Performance for how to do this. Collection • Added unique() which filters out duplicate value specified by provided callback. • reject() CakePHP’s models are composed of Table and Entity objects. Table objects provide access to the collection of entities stored in a specific table. They are stored in src/Model/Table. The file we’ll be creating add this use statement right below the namespace declaration to import // the Collection class use Cake\Collection\Collection; // Update the accessible property to contain `tag_string` protected array $_accessible
    0 码力 | 848 页 | 2.53 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    Collections Collection Quick Example List of Methods Iterating Collection::each() Collection::map() Collection::extract() Collection::combine() Collection::stopWhen() Collection::unfold() Collection::chunk() Collection::chunk() Collection::chunkWithKeys() Filtering Collection::filter() Collection::reject() Collection::every() Collection::some() Collection::match() Collection::firstMatch() Aggregation Collection::reduce() Collection::reduce() Collection::min() Collection::max() Collection::sumOf() Collection::avg() Collection::median() Grouping and Counting Sorting Collection::sortBy() Working with Tree Data Collection::nest() Coll
    0 码力 | 1080 页 | 939.39 KB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 3.x

    CakePHP’s models are composed of Table and Entity objects. Table objects provide access to the collection of entities stored in a specific table. They are stored in src/Model/Table. The file we’ll be creating Features Collection • CollectionTrait now uses the newCollection method to create clones. This allows sub-classes to have collection methods create instances of themselves instead of using Collection. 3.8 Cache • Fallback engines can be disabled by setting fallback = false for any cache configuration. Collection • The appendItem(), prepend(), prependItems() methods were added to CollectionTrait. 3.6 Migration
    0 码力 | 967 页 | 2.80 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 4.x

    CakePHP’s models are composed of Table and Entity objects. Table objects provide access to the collection of entities stored in a specific table. They are stored in src/Model/Table. The file we’ll be creating signature of any methods they do change the semantics or behavior of methods. Collection • Collection::groupBy() and Collection::indexBy() now throw an exception when the path does not exist or the path do not change the signature of any methods they do change the semantics or behavior of methods. Collection • Renamed $preserveKeys parameter to $keepKeys with same implementation. Command • cake i18n
    0 码力 | 967 页 | 2.88 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    Collections Collection Quick Example List of Methods Iterating Collection::each() Collection::map() Collection::extract() Collection::combine() Collection::stopWhen() Collection::unfold() Collection::chunk() Collection::chunk() Collection::chunkWithKeys() Filtering Collection::filter() Collection::reject() Collection::every() Collection::some() Collection::match() Collection::firstMatch() Aggregation Collection::reduce() Collection::reduce() Collection::min() Collection::max() Collection::sumOf() Collection::avg() Collection::median() Grouping and Counting Sorting Collection::sortBy() Working with Tree Data Collection::nest() Coll
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    Tree Data Other Methods Withdrawing Elements Expanding Collections Modifiying Elements Making Collection Methods Reusable Optimizing Collections Making Collections Rewindable Cloning Collections Folder CakePHP’s models are composed of Table and Entity objects. Table objects provide access to the collection of entities stored in a specific table. They are stored in src/Model/Table. The file we’ll be creating Features Collection CollectionTrait now uses the newCollection method to create clones. This allows sub-classes to have collection methods create instances of themselves instead of using Collection. Console
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    return view('user.index', ['users' => $users]); } } get 方法返回包含结果集的 Illuminate\Support\Collection,其中每一个结果都是 PHP 的 StdClass 对象实例: 你可以像访问对象的属性一样访问字段的值: foreach ($users as $user) { echo 查询中使用查询构建器的所有方法。 集合 对 Eloquent 中获取多个结果的方法(比如 all 和 get)而言,其返回值是 Illuminate\Database\Eloquent\Collection 的一个实例, Collection 类提供了多个有用的函数来处理 Eloquent 结果集: $flights = $flights->reject(function ($flight) { return 中文学习资源:http://laravelacademy.org 176 Eloquent 返回的包含多条记录的结果集都是 Illuminate\Database\Eloquent\Collection 对象的实例,包括通过 get 方法或者通过访问关联关系 获取的结果。Eloquent 集合对象继承自 Laravel 的集合基类,因此很自然的继承了很多处理 Eloquent 模型底层数组的方法。
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    $columns); // ... return $model; } lists 方法 lists 方法现在返回一个 Collection 实例而不是包含 Eloquent 查询结果的数组,如果你想 将 Collection 转化为数组,使用 all 方法: User::lists('id')->all(); 注意:Query Builder 的 lists 返回的仍然是数组。 6 Collection 类 sortBy 方法 sortBy 方法现在返回一个新的 collection 实例而不是改变已有的 collection: $collection = $collection->sortBy('name'); groupBy 方法 groupBy 方法现在为每个父级 Collection 中的 item 返回 Collection 实例,如果你想要将这些 map 方法实现: $collection->groupBy('type')->map(function($item){ return $item->all(); }); lists 方法 lists 方法现在返回一个 Collection 实例而不是数组,如果你想要将 Collection 转化数组,使 用 all 方法: $collection->lists('id')->all();
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    RateLimited]; } 懒集合 许多开发者已经使用过 Laravel 功能强大的集合方法了,在 Laravel 6.0 中新引入了一个 LazyCollection 类来对 Collection 类进行 补充,LazyCollection 底层基于 PHP 的生成器实现,适用于处理 大型数据集。 例如,假设你的应用需要处理 GB 级别的日志文件,并使用 Laravel 的集 un.com 607 集合 简介 Illuminate\Support\Collection 类为处理数组数据提供了流式、 方便的封装。例如,查看下面的代码,我们使用辅助函数 collect 创 建一个新的集合实例,为每一个元素运行 strtoupper 函数,然后移 除所有空元素: $collection = collect(['taylor', 'abigail', null])->m 正如你所看到的,Collection 类允许你使用方法链对底层数组执行 匹配和移除操作,通常,每个 Collection 方法都会返回一个新 的 Collection 实例。 创建集合 正如上面所提到的,辅助函数 collect 为给定数组返回一个新 的 Illuminate\Support\Collection 实例,所以,创建集合很简单: $collection = collect([1
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    建器的所有方法。 集合 对 Eloquent 中获取多个结果的方法(比如 all 和 get)而言,其返回值是 Illuminate\Database\Eloquent\Collection 的一个实例,Collection 类提供了多个有用 的函数来处理 Eloquent 结果。当然,你可以像操作数组一样简单循环这个集合: foreach ($flights as $flight) { comment!'; $comment->save(); 集合 1、简介 Eloquent 返回的所有的包含多条记录的结果集都 是 Illuminate\Database\Eloquent\Collection 对象的实例,包括通过 get 方法或者通过访 问关联关系获取的结果。Eloquent 集合对象继承自 Laravel 的集合基类,因此很自然的继 承了很多处理 Eloquent 模型底层数组的方法。 Eloquent 集合实例 * * @param array $models * @return \Illuminate\Database\Eloquent\Collection */ public function newCollection(array $models = []) { return new Cus
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
共 62 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
CakePHPCookbookPHPLaravel5.6中文文档5.16.05.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩