书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 293 个相关结果.
  • Helper Functions

    Helper Functions Loading a Helper Loading from Non-standard Locations Using a Helper “Extending” Helpers Now What? Helper Functions Helpers, as the name suggests, help you...
  • Authentication

    Authentication Recommendations Authentication CodeIgniter intentionally does not provide an internal authentication or authorization class. There are a numberof great third-pa...
  • PHP 替代语法

    视图文件的 PHP 替代语法 自动短标记支持 替代 Echo 替代控制结构 视图文件的 PHP 替代语法 如果你不使用 CodeIgniter 的模板引擎 ,则你可以在视图文件中使用原始 PHP 代码。要使 PHP 代码达到最精简并使其更容易辨认,因此建议你使用 PHP 替代语法控制结构及短标记的 echo 语句。 建议你使用 PHP 的语法为...
  • 应用程序流程图

    应用程序流程图 应用程序流程图 下图说明了整个系统的数据流程: index.php 文件作为前端控制器,初始化运行 CodeIgniter 所需的基本资源; Router 检查 HTTP 请求,以确定如何处理该请求; 如果存在缓存文件,将直接输出到浏览器,不用走下面正常的系统流程; 在加载应用程序控制器之前,对 HTTP 请求以及任何用户提交...
  • 在视图文件中使用 PHP 替代语法

    在视图文件中使用 PHP 替代语法 自动短标记支持 Echo 替代语法 控制结构的替代语法 在视图文件中使用 PHP 替代语法 如果你不使用 CodeIgniter 的 模板引擎 ,那么你就只能在视图文件中使用纯 PHP 语法了。为了精简视图文件,使其更可读,建议你在写控制结构或 echo 语句时使用 PHP 的替代语法。如果你还不熟悉这个语法...
  • Conclusion

    Conclusion Conclusion This tutorial did not cover all of the things you might expect of afull-fledged content management system, but it introduced you to themore important topi...
  • Transactions

    Transactions CodeIgniter’s Approach to Transactions Running Transactions Strict Mode Managing Errors Disabling Transactions Test Mode Running Transactions Manually Trans...
  • Typography

    Typography Loading the Library Available static functions Typography The Typography library contains methods that help you format textin semantically relevant ways. Loadin...
  • 保留字

    保留字 控制器 函数 变量 常量 保留字 为了便于编程,CodeIgniter使用了一系列的函数和名称来完成操作。所以,有些名称不能被程序员使用。下面是不能被程序员使用的保留字列表。 控制器 因为你的控制器类将继承主程序控制器,所以你的函数命名一定不能和主程序控制器类中的函数名相同,否则你的局部函数将会覆盖他们。下面列出了已经保留的名称...
  • Security Helper

    Security Helper Loading this Helper Available Functions Security Helper The Security Helper file contains security related functions. Loading this Helper Available Functio...