用户指南 | User guide: General 视图文件的备用PHP语法 | Alternate PHP Syntax for View Files 自动加载资源 | Auto-loading Resources CodeIgniter URLs 常用函数 | Common Functions 兼容性函数 | Compatibility Functions 控制器 | Controllers 创建辅助类 | Creating Ancillary Classes ...
用户指南 | User guide: General 用户代理 | User Agent 用户指南:安装 | User guide: Installation 用户指南概述 | User guide: Overview 用户指南:教程 | User guide: Tutorial XML XML-RPC and XML-RPC Server zip解压 | Zip Encoding CSS Docker 17 ...
CodeIgniter-Chinese/codeigniter-user-guide master BranchesTags Code Folders and files Latest commit 353 Commits cilexer Makefile deploy-gh-pages.sh CodeIgniter 3.x 中文手册 这里是 CodeIgniter 3.x 的中文手册,翻译自 CodeIgniter官方的英文手册, 以aneasystone翻译的手册为基础制作。
CodeIgniter User GuideLicense Agreement Change Log Welcome Basic Info Installation Introduction Tutorial Contributing to CodeIgniter General Topics Library Reference Database Reference Helper ReferenceWelcome Welcome to CodeIgniter Basic Info Server Requirements Credits ...
I have updated theonline user guidefrom the *develop* branch of our repo.Check out the new TOC...
* https://codeigniter.com/user_guide/general/managing_apps.html * * NO TRAILING SLASH! */ $application_folder='application'; 例如,两个application共用一套CI框架也是可行的,在实际项目当中,把一个application当成C端平台,把另一个application当成B端平台,这样这两个application完全可以共用一套CI框架。这里如...
注意:默认情况下,CodeIgniter 显示所有 PHP 错误。你可能想要在开发完成后改变这个行为。你可以在 index.php 顶部找到error_reporting()函数。即使禁用错误报告,发生错误时,错误日志也不回停止。 CodeIgniter 和其他系统不太一样,错误报告函数是一个简单的程序接口,可以在整个应用程序里使用。不用考虑类或者是函数的范围...
CodeIgniter User GuideWelcome to CodeIgniterCodeIgniter is an Application Development Framework-a toolkit-for people who buildweb sites using PHP. Its goal is to enable you to develop projects much faster than youcould if you were writing code from scratch, by providing a rich set of libraries ...
(在 user_guide 文件夹中)你将会经常用到他。他的内容很详细,细过这篇文章,所以,需要时,请经常查阅他。 当这些文件保存在你的机器上的时候,有两个方法来访问他们: 通过URL,http://127.0.0.1 经过正常的目录路径:例如 C:/xampplite/htdocs/index.php 你应该通过浏览器访问 CI 的默认首页。真是简单!默认...
CodeIgniter User Guide Version 2.2.6 Table of Contents PageCodeIgniter Home › User Guide Home › Controllers Search User Guide ControllersControllers are the heart of your application, as they determine how HTTP requests should be handled.