博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
codeigniter 4 php7.0,CodeIgniter4
阅读量:6502 次
发布时间:2019-06-24

本文共 1937 字,大约阅读时间需要 6 分钟。

CodeIgniter 4 Framework

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.

More information can be found at the official site.

This repository holds the distributable version of the framework,

including the user guide. It has been built from the

development repository.

More information about the plans for version 4 can be found in the announcement on the forums.

The user guide corresponding to this version of the framework can be found

here.

Important Change with index.php

index.php is no longer in the root of the project! It has been moved inside the public folder,

for better security and separation of components.

This means that you should configure your web server to "point" to your project's public folder, and

not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter public/..., as the rest of your logic and the

framework are exposed.

Please read the user guide for a better explanation of how CI4 works!

Repository Management

We use Github issues, in our main repository, to track BUGS and to track approved DEVELOPMENT work packages.

We use our forum to provide SUPPORT and to discuss

FEATURE REQUESTS.

This repository is a "distribution" one, built by our release preparation script.

Problems with it can be raised on our forum, or as issues in the main repository.

Contributing

We welcome contributions from the community.

Please read the Contributing to CodeIgniter section in the development repository.

Server Requirements

PHP version 7.3 or higher is required, with the following extensions installed:

libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

json (enabled by default - don't turn it off)

xml (enabled by default - don't turn it off)

转载地址:http://whlyo.baihongyu.com/

你可能感兴趣的文章
nio和传统Io的区别
查看>>
移动端网页布局中需要注意事项以及解决方法总结
查看>>
(原创)Linux下查看系统版本号信息的方法
查看>>
oracle
查看>>
我也要谈谈大型网站架构之系列(2)——纵观历史演变(下)
查看>>
大话设计模式(Golang) 二、策略模式
查看>>
使用PostgreSQL 9.6 架设mediawiki服务器
查看>>
数据库服务器硬件对性能的影响
查看>>
LVM
查看>>
php 几个比较实用的函数
查看>>
(译)OpenGL ES2.0 – Iphone开发指引
查看>>
@RestController 与 @RequestMapping
查看>>
黑马程序员.bobo.DAY.1
查看>>
Unity shader 官网文档全方位学习(二)
查看>>
pbrun
查看>>
浏览器加载和渲染网页顺序
查看>>
深入剖析Android系统试读样章
查看>>
测试用例出错重跑--flaky插件
查看>>
yaf的安装
查看>>
比较java与C++的不同
查看>>