CI framework learning Notes (1)-Environment installation, basic terms and framework processes, ci learning notes. CI framework learning Notes (1)-Environment installation, basic terms, and framework processes. when ci learning notes first use the CI framework, they plan to w
I. The document structure of CI
Do you remember the CI directory structure in the first lecture, which was not detailed at the time, and we'll look at it again.
As we can see from the above figure, the main components of CI are application (Application folders), System (Systems folders), and index.php entry files.The main application folder is to store the cont
CI framework learning notes (I)-Environment installation, basic terms and Framework processes, ci learning notes
When I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some tim
CI framework Source Code Reading Notes 1. ci framework source code notesWhen I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some time to write something. So I want to record
CI Framework integrated Smarty Method Analysis, CI framework integration Smarty
This paper describes the method of CI framework integrated smarty. Share to everyone for your reference, as follows:
Because the CI comes with the template function is not very convenient, so we generally adopt integrated smarty way to com
Ci framework (II): ci framework. Ci framework (II): ci framework custom SQL statements when the provided API cannot meet our requirements for SQL statements, we usually write SQL statements by ourselves, CI also provides a powerful ci
How to make the CI framework support the service layer and the service layer of the CI framework. How to enable the CI framework to support the service layer? the service layer of the CI framework knows the layer-based CodeIgniter framework MVC. Generally, the business logic is written to the Controller, the Model is o
The CI framework integrates Smarty method analysis, and the ci framework integrates smarty. The CI framework integrates the Smarty method analysis. the ci framework integrates smarty. This article describes how to integrate the CI framework with Smarty. This article is for y
CI framework Source Code Reading Notes 1. ci framework source code notes
When I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some time to write something. So I want to recor
The CI framework is still immature in China now. Unlike thinkphp, there are so many Chinese manuals. in China, many Chinese people have poor English, and there are still few CI tutorials. Everyone has this serious idea.
The CI framework is still immature in China now. Unlike thinkphp, there are so many Chinese manuals. in China, many Chinese people have poor Engl
CI Framework (ii), CI framework
Custom SQL statements
When the API provided does not meet our requirements for SQL statements, we usually write our own SQL statements, CI also provides a more powerful, to meet our needs of the general SQL API.
$res=$this->db->select (' id,name ') ->from (' table name ') ->whrer (' ID >= ', 5) // Note that there is a space
Security analysis of the CI framework and security analysis of the CI framework. This article analyzes the security of the CI framework. For your reference, the details are as follows: anyone who has used the ci framework knows that the ci framework can analyze the security
CI Framework Integration Smarty steps, CI framework smarty Detailed
In this paper, the CI Framework integration smarty step is described in detail. Share to everyone for your reference, as follows:
CI combined with smarty configuration steps:
1. The first step is to configure CI
Ci framework (I), ci framework (. Ci framework (I), ci framework (ci directory structure | ----- system Framework Program Directory | ----- core program of the core framework | ----- CodeIgniter. php guided file | ----- Common. php loaded Base Class Library
CI framework integrates Smarty method analysis, and ci framework integrates smarty
This article describes how to integrate Smarty with the CI framework. We will share this with you for your reference. The details are as follows:
Because the built-in template function of CI is not very convenient, it is widely used to i
CI Framework basic configuration/teach you to learn CI framework Codelgniter Abstract: CI framework now China can be said or immature, not like thinkphp as there are so many Chinese manuals, in the country, many people English is very bad, CI is still not many tutorials. There is this serious idea in everyone's heart .
Because the CI comes with the template function is not very convenient, so we generally adopt integrated smarty way to compensate for the shortcomings of CI. I read a lot of CI integrated smarty on the Internet, including our CI forum in the essence of a post http://codeigniter.org.cn/forums/forum.php?mod=viewthreadtid
CI Framework to implement cookie login method detailed, CI framework cookie detailed
In this paper, we describe the method of the CI framework to realize Cookie landing. Share to everyone for your reference, as follows:
First step: login.php
Login method Public Function login () {//If the user name and password are empty, return to the login page if (Empty ($_po
Detailed steps for integrating the CI framework with smarty, and detailed steps for integrating the ci framework with smarty
This article describes in detail how to integrate smarty with the CI framework. We will share this with you for your reference. The details are as follows:
Ci configuration steps in combination w
CI Configuration Multi-database access method, CI database access
The example in this paper describes how CI configures multiple database access methods. Share to everyone for your reference, as follows:
1, modify the datebase.php file, will:
$db [' XXX '] [' pconnect '] = TRUE;
Modified to:
$db [' XXX '] [' pconnect '] = FALSE;
2, copy the original database lin
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.