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

无数据

分类

全部后端开发(68)PHP(68)Falcon(40)Laravel(10)CakePHP(8)

语言

全部英语(63)中文(简体)(5)

格式

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

    right before the usual .php which is nothing other than the actual file extension. As such, .blade.php is the resulting file extension for Blade template files. Blade template engine files are stored in the connections' name mysql below: 'connections' => [ 'sqlite' => [ 'driver' => 'sqlite', 'database' => database_path('database.sqlite'), 'prefix' => '', ], 'mysql' the connection() method to tell Laravel which database connection you use: Schema::connection("sqlite")->create("table",function(Blueprint $table){ $table->increments('id'); }); Artisan Migrate
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    ......................................................................... 76 Quick Start Using SQLite ............................................................................................. 76 following goodies will help you take full advantage of Laravel, but they are not required:  SQLite, MySQL, PostgreSQL, or SQL Server PDO drivers.  Memcached or APC. 12 Problems? If to maintain. All views are stored within the application/views directory and use the PHP file extension. The View class provides a simple way to retrieve your views and return them to the client. Let's
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    目录包含了应用所有的配置文件,建议通读一遍这些配置文件以便熟悉 Laravel 所有默认配置项; Database 目录 database 目录包含了数据库迁移文件及填充文件,如果有使用 SQLite 的话,你还可以将其作为 SQLite 数据库存放目录; Public 目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图片、JavaScript、CSS 等),该目录也是 Apache  PHP 7.1  PHP 7.0  PHP 5.6  Nginx  Apache(可选)  MySQL  MariaDB(可选)  SQLite3  PostgresSQL  Composer  Node(With Yarn, Bower, Grunt, and Gulp)  Redis  Memcached UploadedFile 类还提供了访问上传文件绝对路径和扩展名的方法。 extension 方法可以基于文件内容判断文件扩展名,该扩展名可能会和客户端提 供的扩展名不一致: $path = $request->photo->path(); $extension = $request->photo->extension(); 其他文件方法 UploadedFile 实例上还有很多其他可用方法,查看该类的
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    目录包含了应用所有的配置文件,建议通读一遍这些配置文 件以便熟悉 Laravel 所有默认配置项。 数据库目录 database 目录包含了数据库迁移文件及填充文件,如果有使用 SQLite 的话,你还可以将其作为 SQLite 数据库存放目录。 对外公开目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图 片、JavaScript、CSS 等),该目录也是 Apache  PHP 7.2  PHP 7.1  PHP 7.0  PHP 5.6  Nginx  MySQL  lmm(用于 MySQL 或 MariaDB 数据库快照)  SQLite3  PostgreSQL  Composer  Node(With Yarn, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd UploadedFile 类还提供了访问上传文件绝对路径和扩展名的方 法。 extension 方法可以基于文件内容判断文件扩展名,该扩展名 可能会和客户端提供的扩展名不一致: $path = $request->photo->path(); $extension = $request->photo->extension(); 其他文件方法 UploadedFile 实例上还有很多其他可用方法,查看该类的
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    fo', ['user' => $user]) ?>
  • The View layer provides a number of extension points like View Templates, Elements and View Cells to let you re-use your presentation logic. provide a platform-independent way to run queries so the subtle differences between MySQL, PostgreSQL, SQLite, etc. don’t become obstacles. bin/cake bake migration CreateUsers email:string password:string higher) MariaDB (10.1 or higher) PostgreSQL (9.6 or higher) Microsoft SQL Server (2012 or higher) SQLite 3 Auth Auth has been removed. Use the cakephp/authentication [https://book.cakephp.org/authentication/2/en/index
0 码力 | 1080 页 | 939.39 KB | 1 年前
3
  • pdf文档 CakePHP Cookbook Documentation 5.x

    info', ['user' => $user]) ?>
  • The View layer provides a number of extension points like View Templates, Elements and View Cells to let you re-use your presentation logic. provide a platform-independent way to run queries so the subtle differences between MySQL, PostgreSQL, SQLite, etc. don’t become obstacles. bin/cake bake migration CreateUsers email:string password:string created MariaDB (10.1 or higher) – PostgreSQL (9.6 or higher) – Microsoft SQL Server (2012 or higher) – SQLite 3 5.0 Migration Guide 33 CakePHP Cookbook Documentation, Release 5.x Auth • Auth has been removed
    0 码力 | 848 页 | 2.53 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    fo', ['user' => $user]) ?>
  • The View layer provides a number of extension points like View Templates, Elements and View Cells to let you re-use your presentation logic. template extension has also been changed from .ctp to .php. The special extension provided no real benefit and instead required editors/IDEs to be configured to recognise files with .ctp extension as PHP anywhere else a ComparisonExpression is generated. The SQLite implementation of listTables() now returns tables and views. This change aligns SQLite with other database dialects. Datasource Switched C
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 4.x

    info', ['user' => $user]) ?>
  • The View layer provides a number of extension points like View Templates, Elements and View Cells to let you re-use your presentation logic. template extension has also been changed from .ctp to .php. The special extension provided no real benefit and instead required editors/IDEs to be configured to recognise files with .ctp extension as PHP anywhere else a ComparisonExpression is generated. • The SQLite implementation of listTables() now returns tables and views. This change aligns SQLite with other database dialects. 4.3 Migration Guide 55
    0 码力 | 967 页 | 2.88 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 2.x

    supports a variety of database storage engines: MySQL (4 or greater) PostgreSQL Microsoft SQL Server SQLite Note All built-in drivers require PDO. You should make sure you have the correct PDO extensions CSV file for a user. By default CakePHP view files are written in plain PHP and have a default extension of .ctp (CakePHP Template). These files contain all the presentational logic needed to get the data your application. Elements live in the /app/View/Elements/ folder, and have the .ctp filename extension. They are output using the element method of the view: echo $this->element('helpbox'); Passing
    0 码力 | 1096 页 | 958.62 KB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 2.x

    variety of database storage engines: • MySQL (4 or greater) • PostgreSQL • Microsoft SQL Server • SQLite Note: All built-in drivers require PDO. You should make sure you have the correct PDO extensions CSV file for a user. By default CakePHP view files are written in plain PHP and have a default extension of .ctp (CakePHP Template). These files contain all the presentational logic needed to get the data your application. Elements live in the /app/View/Elements/ folder, and have the .ctp filename extension. They are output using the element method of the view: echo $this->element('helpbox'); Elements
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • 共 68 条
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    前往
    页
    相关搜索词
    LearningLaravel3.2Documentation5.6中文文档6.0CakePHPCookbookPHP
    IT文库
    关于我们 文库协议 联系我们 意见反馈 免责声明
    本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
    IT文库 ©1024 - 2025 | 站点地图
    Powered By MOREDOC AI v3.3.0-beta.70
    • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
      关注我们的公众号【刻舟求荐】,给您不一样的精彩