积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(77)PHP(77)Falcon(40)Laravel(11)CakePHP(8)

语言

全部英语(65)中文(简体)(12)

格式

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

    $roger->name; //'Roger' $roger->bark(); //'Roger barked!' Properties can be typed. You can require the name to be a string using public string $name : class Dog { public string $name; //'Roger barked!' Now all works fine in this example, but try changing that to public int $name to require it to be an integer. PHP will raise an error if you initialize $name with a string: TypeError: slightly different: include , include_once , require , require_once . include loads the content of another PHP file, using a relative path. require does the same, but if there’s any error doing
    0 码力 | 97 页 | 8.78 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    Handlers Creating Custom Authorize Objects Using No Authorization Making Actions Public Making Actions Require Authorization Using ControllerAuthorize Configuration options Testing Actions Protected By AuthComponent Mocking Model Methods Controller Integration Testing Setting up the Request Testing Actions That Require Authentication Testing Stateless Authentication and APIs Testing Actions Protected by CsrfComponent supports composite primary keys almost everywhere allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    Handlers Creating Custom Authorize Objects Using No Authorization Making Actions Public Making Actions Require Authorization Using ControllerAuthorize Configuration options Testing Actions Protected By AuthComponent Mocking Model Methods Controller Integration Testing Setting up the Request Testing Actions That Require Authentication Testing Stateless Authentication and APIs Testing Actions Protected by CsrfComponent supports composite primary keys almost everywhere, allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 3.x

    supports composite primary keys almost everywhere allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s improvements made. To upgrade to 3.10.x run the following composer command: php composer.phar require --update-with-dependencies "cakephp/cakephp:3.10.*" Deprecations No features were deprecated in and improvements made. To upgrade to 3.9.x run the following composer command: php composer.phar require --update-with-dependencies "cakephp/cakephp:3.9.*" Deprecations • ConsoleIo::info(), success()
    0 码力 | 967 页 | 2.80 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 2.x

    like the following: Options FollowSymLinks AllowOverride All Require all granted 2. Make sure you are loading mod_rewrite correctly. You should see something apply during this operation. While model usage is not required, all CakePHP controllers initially require at least one model. 5. After the model has retrieved the data, it is returned to the controller than zoos_apes. All tables with which CakePHP models interact (with the exception of join tables) require a singular primary key to uniquely identify each row. If you wish to model a table that does not
    0 码力 | 1096 页 | 958.62 KB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 4.x

    supports composite primary keys almost everywhere, allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s with the following composer commands: php composer.phar require --dev --update-with-dependencies "phpunit/phpunit:^8.0" php composer.phar require --update-with-dependencies "cakephp/cakephp:4.0.*" Application in 4.1. Upgrading to 4.1.0 You can use composer to upgrade to CakePHP 4.1.0: php composer.phar require --update-with-dependencies "cakephp/cakephp:4.1.x" Deprecations 4.1 introduces a few deprecations
    0 码力 | 967 页 | 2.88 MB | 1 年前
    3
  • pdf文档 06 PHP基本语法 — 条件、循环、函数 杨亮 《PHP语⾔程序设计》

    • 降低开发成本 • 增加代码的可靠性 • 增强程序的⼀一致性 PHP中的代码重⽤用 • 将其他⽂文件中的html或者php代码引⼊入到本⽂文件 • require()与include(); • require_once()与include_once(); • 可以引⼊入其他的函数库,或者代码⽚片段 1 '; 4 ?> 1 '; 4 require( 'reusable.php' ); 5 echo 'The script will end now.
    '; 6 ?> PHP实现⺴⽹网⻚页模板 header menu footer php footer.php menu .php require(‘header.php’); require(‘menu.php’); contentA require(‘footer.php’); require(‘header.php’); require(‘menu.php’); contentB require(‘footer.php’); 找出1~1000中的所有质数
    0 码力 | 25 页 | 1.30 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 2.x

    configuration to look like the following: Options FollowSymLinks AllowOverride All Require all granted 2. Make sure you are loading mod_rewrite correctly. You should see something apply during this operation. While model usage is not required, all CakePHP controllers initially require at least one model. 5. After the model has retrieved the data, it is returned to the controller than zoos_apes. All tables with which CakePHP models interact (with the exception of join tables) require a singular primary key to uniquely identify each row. If you wish to model a table that does not
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    supports composite primary keys almost everywhere, allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s PHP’s get_debug_type() instead. The dependency on league/container was updated to 4.x. This will require the addition of typehints to your ServiceProvider implementations. deprecationWarning() now has a supports composite primary keys almost everywhere, allowing you to have simpler schemas that don’t require additional id columns. The table and column names we used were not arbitrary. By using CakePHP’s
    0 码力 | 1080 页 | 939.39 KB | 1 年前
    3
  • pdf文档 Learning Laravel

    Or Via Laravel Installer First, download the Laravel installer using Composer: composer global require "laravel/installer" Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent 'namespace' => $this->namespace, 'middleware' => 'web', ], function ($router) { require app_path('Http/routes.php'); }); } As you can see the middleware web is applied. You could 'namespace' => $this->namespace, 'middleware' => 'web', ], function ($router) { require app_path('Http/routes.php'); }); } protected function mapApiRoutes(Router $router) {
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
共 77 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
ThePHPHandbookCakePHPCookbook06基本语法条件循环函数杨亮程序设计程序设计LearningLaravel
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩