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

无数据

分类

全部后端开发(85)PHP(85)Falcon(40)Laravel(17)CakePHP(8)

语言

全部英语(70)中文(简体)(14)法语(1)

格式

全部PDF文档 PDF(55)其他文档 其他(30)
 
本次搜索耗时 0.186 秒,为您找到相关结果约 85 个.
  • 全部
  • 后端开发
  • PHP
  • Falcon
  • Laravel
  • CakePHP
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 CmlPHP v2.x 开发手册

    件,很多采用开源php框架的站点就常常被发现这个问题,当然最好 是将 projxxxxx 目录部署到站点根目录的上一级,即站点根目录 配置到 projxxx/public 目录. 开始开发前前先修改这个目录名、修改完将index.php 中 CML_APP_PATH 相应修改即可 下面展开对projxxxxxxxxx目录做详细说明: proxxx/Application目录 Application 目录为整个项目的应用存放目录 Cml\Controller; use Cml\View; class DefaultController extends Controller { public function index() { echo '欢迎使用cml框架,应用初始化成功'; } } 关于命名空间及其它参考控制器章节 web/Lang 可选 为web应用语言包存放目录具体请参考 'url_model' => 1, // URL访问模式,可选参数1、 2、3,代表以下四种模式: // 1 (PATHINFO 模式显示index.php); 2 (PATHINFO 不显 示index.php); 3 (兼容模式) 默认为PATHINFO 模式,提供最好 的用户体验和SEO支持 'url_pathinfo_depr' => '/', //
    0 码力 | 245 页 | 720.67 KB | 1 年前
    3
  • pdf文档 CmlPHP v2.x 开发手册

    常常被发现这个问题,当然最 好是将 projxxxxx 目录部署到站点根目录的上一级,即站点根目录配置到 projxxx/public 目 录. 开始开发前前先修改这个目录名、修改完将index.php中 CML_APP_PATH 相应修改即可 下面展开对projxxxxxxxxx目录做详细说明: proxxx/Application目录 Application 目录为整个项目的应用存放目录 Cml\Controller; use Cml\View; class DefaultController extends Controller { public function index() { echo '欢迎使用cml框架,应用初始化成功'; } } 关于命名空间及其它参考控制器章节 web/Lang 可选 为web应用语言包存放目录具体请参考 'url_model' => 1, // URL访问模式,可选参数1、2、3,代表以下四种模式: // 1 (PATHINFO 模式显示index.php); 2 (PATHINFO 不显示index.php); 3 (兼容模式) 默认为 PATHINFO 模式,提供最好的用户体验和SEO支持 'url_pathinfo_depr' => '/', //
    0 码力 | 143 页 | 1.54 MB | 1 年前
    3
  • mobi文档 CmlPHP v2.x 开发手册

    的站点就 常常被发现这个问题,当然最好是将 projxxxxx 目录部署到站点根目录的上一级,即 站点根目录配置到 projxxx/public 目录. 开始开发前前先修改这个目录名、修改完将index.php中 CML_APP_PATH 相应修改即可 下面展开对projxxxxxxxxx目录做详细说明: proxxx/Application目录 Application 目录为整个项目的应用存放目录 Cml\Controller; use Cml\View; class DefaultController extends Controller { public function index() { echo '欢迎使用cml框架,应用初始化成功'; } } 关于命名空间及其它参考控制器章节 web/Lang 可选 为web应用语言包存放目录具体请参考 */ 'url_model' => 1, // URL访问模式,可选参数1、2、3,代表以下四种模式: // 1 (PATHINFO 模式显示index.php); 2 (PATHINFO 不显示index.php); 3 (兼容模式) 默认为 PATHINFO 模式,提供最好的用户体验和SEO支持 'url_pathinfo_depr' => '/', //
    0 码力 | 251 页 | 973.37 KB | 1 年前
    3
  • pdf文档 09 MySQL 杨亮 《PHP语⾔程序设计》

    PRIMARY KEY [index_type] (index_col_name,...) | KEY [index_name] [index_type] (index_col_name,...) | INDEX [index_name] [index_type] (index_col_name,...) | [CONSTRAINT [symbol]] UNIQUE [INDEX] [index_name] [index_type] (index_col_name,...) | [FULLTEXT|SPATIAL] [INDEX] [index_name] (index_col_name,...) | [CONSTRAINT [symbol]] FOREIGN KEY [index_name] (index_col_name,...) [ INSERT_METHOD [=] { NO | FIRST | LAST } | DATA DIRECTORY [=] 'absolute path to directory' | INDEX DIRECTORY [=] 'absolute path to directory' �� 个� �� ��� ��� ��� ���� Data Definition Language
    0 码力 | 27 页 | 2.10 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 2.x

    like the following: /path_to_document_root /app /lib /plugins /vendors .htaccess index.php README Now might be a good time to learn a bit about how CakePHP’s directory structure works: single function or interface in an application. For example, when users request www.example.com/posts/index (which is the same as www.example.com/posts/), they might expect to see a listing of posts. The code $helpers = array('Html', 'Form'); public function index() { $this->set('posts', $this->Post->find('all')); } } By defining function index() in our PostsController, users can access the logic
    0 码力 | 1096 页 | 958.62 KB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 2.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801 15 Indices and tables 803 Index 805 iii iv CHAPTER 1 Getting Started The CakePHP framework provides a robust base for your application look something like the following: /path_to_document_root /app /lib /plugins /vendors .htaccess index.php README Now might be a good time to learn a bit about how CakePHP’s directory structure works: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [QSA,L] If your CakePHP site still has problems with mod_rewrite, you might want
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 4.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942 PHP Namespace Index 947 Index 949 viii CHAPTER 1 CakePHP at a Glance CakePHP is designed to make common web-development request goes through the following steps: 1. The webserver rewrite rules direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware template, found at templates/Articles/index.php Using these conventions, CakePHP knows that a request to http://example.com/articles maps to a call on the index() method of the ArticlesController, where
    0 码力 | 967 页 | 2.88 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 3.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943 PHP Namespace Index 947 Index 949 viii CHAPTER 1 CakePHP at a Glance CakePHP is designed to make common web-development request goes through the following steps: 1. The webserver rewrite rules direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware template, found at src/Template/Articles/index.ctp Using these conventions, CakePHP knows that a request to http://example.com/articles maps to a call on the index() function of the ArticlesController, where
    0 码力 | 967 页 | 2.80 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    request goes through the following steps: 1. The webserver rewrite rules direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware is template, found at templates/Articles/index.php Using these conventions, CakePHP knows that a request to http://example.com/articles maps to a call on the index() method of the ArticlesController, where /tests /tmp /vendor /webroot .editorconfig .gitignore .htaccess .travis.yml composer.json index.php phpunit.xml.dist README.md Now might be a good time to learn a bit about how CakePHP’s directory
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    request goes through the following steps: 1. The webserver rewrite rules direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware is template, found at src/Template/Articles/index.ctp Using these conventions, CakePHP knows that a request to http://example.com/articles maps to a call on the index() function of the ArticlesController, where /tests /tmp /vendor /webroot .editorconfig .gitignore .htaccess .travis.yml composer.json index.php phpunit.xml.dist README.md Now might be a good time to learn a bit about how CakePHP’s directory
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
共 85 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
CmlPHPv2开发手册09MySQL杨亮PHP程序设计程序设计CakePHPCookbook
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩