gpt4 book ai didi

php - 框架助手,它们有什么用?

转载 作者:可可西里 更新时间:2023-11-01 13:09:45 25 4
gpt4 key购买 nike

我开始研究一些框架。特别是 Code Igniter 让我着迷。但是通过搜索文件夹,我发现 system/helpers 包含 21 个 PHP 文件。在这些文件中,我们发现了数千个与 html、xml、字符串、数组、数字、表单...等相关的函数。

这应该很简单,但是我真的不明白这些helper文件的意义。我的意思是:通常被认为是 helper 的是什么?他们是必需的吗?我可以毫无风险地删除它们吗?

最佳答案

包括 CodeIgniter 在内的许多框架中的“助手”指的是一组函数,这些函数通过将多个进程分组到一个函数中来使简单的常规任务更容易完成。

可以找到 CodeIgniter 助手的官方文档 here .

它提供了以下解释:

Helpers, as the name suggests, help you with tasks. Each helper file is simply a collection of functions in a particular category. There are URL Helpers, that assist in creating links, there are Form Helpers that help you create form elements, Text Helpers perform various text formatting routines, Cookie Helpers set and read cookies, File Helpers help you deal with files, etc.

帮助函数的列表以及它们的作用也可以在文档中找到。

PS.您不应删除系统目录中的任何文件,因为它们可能在核心中被依赖。您可以创建自己的助手,这些助手位于 application/helpers 目录中。

关于php - 框架助手,它们有什么用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5570109/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com