Some of the best include CakePHP, Symfony and CodeIgniter.
其中比较好的框架包括cakephp ,Symfony和CodeIgniter 。
To install and configure CodeIgniter, perform the following steps.
要安装并配置CodeIgniter,请执行以下步骤。
In CodeIgniter terms, these requirements translate into the following.
按照CodeIgniter的术语,可将这些需求转换为以下内容。
You've completed the foundation of a dynamic Web site using CodeIgniter.
您已经完成了用CodeIgniter 开发动态Web站点的基础工作。
When you open the CodeIgniter folder, you'll notice a folder called system.
打开CodeIgniter文件夹时,您会看到一个名为system 的文件夹。
The application requires that the CodeIgniter framework be at the root of the server.
应用程序要求CodeIgniter框架作为服务器的根。
The config.php file contains basic parameters and arguments for setting up CodeIgniter.
php文件包含设置CodeIgniter所需的基本参数和自变量。
Notice that this function loads the CodeIgniter Form Helper to be used by the student_add.php view.
请注意,此函数加载CodeIgniter FormHelper以供student_add . php视图所用。
With CodeIgniter, as with other MVC frameworks, you divide your code into different functional areas.
使用CodeIgniter,就如同使用其他MVC框架一样,您要将您的代码划分为不同的功能区域。
Always add a trailing slash, even if you're setting up your CodeIgniter application in a subdirectory.
务必牢记添加最后的斜杠,即便是在子目录中设置CodeIgniter应用程序时也是如此。
Has many powerful frameworks, such as CakePHP and CodeIgniter, to make you as productive as any Rails programmer.
有许多强大的框架(比如CakePHP和CodeIgniter),让您能够像Rails程序员一样高效。
This function is part of the CodeIgniter form Helper and is a quick way to generate the HTML needed for most forms.
该函数是CodeIgniter FormHelper的一部分,也是生成大多数表单所需的HTML的一种十分快捷的方式。
This article Outlines the steps necessary to create the foundation of a dynamic Web site or application using CodeIgniter.
本文概述了使用CodeIgniter创建一个基础动态Web站点或应用程序所需的步骤。
Unlike other MVC frameworks, there are no strict naming conventions for your models, tables, and controllers in CodeIgniter.
与其他MVC框架不同,在CodeIgniter中,对于您的模型、表和控制器来说没有严格的命名约定。
You also have folders where you store local extensions to CodeIgniter helpers and libraries, which this article doesn't discuss.
还有一些文件夹用于存储CodeIgniter帮助程序和库的本地扩展,这些内容不在本文讨论范围之内。
The first step in any new CodeIgniter project is to download the latest package (1.6.2 as of this writing; see the Resources section).
在构建任何CodeIgniter新项目时,第一步都是下载最新软件包(在本文撰写时,最新软件包是1.6.2,请参见参考资料小节)。
You can deploy CodeIgniter into the root of an existing domain, into a sub-domain, or to a folder off the root of an existing domain.
您可以将CodeIgniter部署到现有域的根、子域或现有域的根的某个文件夹。
This function posts the value in the username field, using ajax, to the CodeIgniter controller named ajax and its method, username_taken.
此函数使用ajax将用户名字段中的一个值提交到名为ajax的CodeIgniter控制器及其方法username_taken中。
And by including the coding shortcuts that CodeIgniter makes available, development time was expedited, and the lines of code required were minimized.
并且通过包括CodeIgniter提供的编码shortcut,开发时间被大大缩短,所需编写的代码行也减少到了最少。
Freedom means that with CodeIgniter, you don't have to name your database tables a certain way, nor do you have to name your models after your tables.
自由意味着使用CodeIgniter时,您不必以某种方式命名数据库表,也不必根据表命名模型。
To demonstrate the power and simplicity of using jQuery with CodeIgniter, this article guides you through improving the UI of an existing Web application.
为了演示对CodeIgniter使用jQuery的威力和简单性,本文将带领您改善一个现有Web应用程序的UI。
This makes CodeIgniter the perfect choice to refactor a legacy PHP application, in which you may have all kinds of crazy structures that need porting over.
这使CodeIgniter成为重构遗留PHP应用程序的理想选择,在此类遗留应用程序中,可能存在需要移植的所有奇怪的结构。
Note: if you're having trouble seeing the generic message from CodeIgniter, it might be that you're having DNS trouble-particularly if this is a new domain or sub-domain.
注意:如果您在查看来自CodeIgniter的消息时遇到困难,这可能是因为您遇到了DNS问题—特别是如果这是一个新的域或子域。
Before you make the minimal set of configuration changes you need to get started, this section takes a quick tour of CodeIgniter so you're familiar with the lay of the land.
在进行一组必需的轻微的配置更改之前,本节将为您简单介绍CodeIgniter,使您熟悉它的基础知识。
In under an hour, you've installed CodeIgniter, configured it, and created a Web site consisting of a home page, a form that adds information to a database, and a thank-you page.
在不到一个小时的时间里,您安装并配置了CodeIgniter,创建了一个包含主页、将信息添加到数据库的表单和thank - you页面的Web站点。
If you want to compare what the raw code looks like outside of CodeIgniter, you can visit fbtest.tripledogs.com—a little sub-domain that I set up that has the raw SDK running without CodeIgniter.
如果您想比较在CodeIgniter 环境外的原始代码,您可以访问 fbtest.tripledogs.com —我建立的一个小子域,可以在没有 CodeIgniter 的情况下运行的原始SDK。
After you have created the database and table, set the CodeIgniter database variables in. \ system \ application \ config \ database.php and base URL in. \ system \ application \ config \ config.php.
创建了数据库和表后,在. \system \application \config \database . php内设置CodeIgniter数据库变量,在. \ system \ application \ config \ config . php内设置基础url。
After you have created the database and table, set the CodeIgniter database variables in. \ system \ application \ config \ database.php and base URL in. \ system \ application \ config \ config.php.
创建了数据库和表后,在. \system \application \config \database . php内设置CodeIgniter数据库变量,在. \ system \ application \ config \ config . php内设置基础url。
应用推荐