No1. learning points:
I. Introduction to the codeigniter framework
Ii. codeigniter framework Installation
Iii. directory structure analysis of codeigniter framework
4. How does codeigniter framework work?
5. Controller, view, model, and database
CodeIgniter Hook Usage Example detailed, CodeIgniter hook
Examples of this article describe the use of codeigniter hooks. Share to everyone for your reference, as follows:
The CodeIgniter executes a box with 7 ellipses in the process diagram,
CodeIgniter Read and write separation implementation method detailed, CodeIgniter read and write
In this paper, the implementation method of CodeIgniter read-write separation is described. Share to everyone for your reference, as follows:
The
CodeIgniter Auxiliary third-party class library Third_party usage analysis, CodeIgniter class library
This paper analyzes the use of CodeIgniter auxiliary third-party class library Third_party. Share to everyone for your reference, as
Database.php Usage Example Analysis of codeigniter configuration, Codeigniterdatabase
In this paper, the database.php usage of codeigniter configuration is analyzed. Share to everyone for your reference, as follows:
The CodeIgniter database
CodeIgniter hook usage example, codeigniter hook. CodeIgniter hook usage example details, codeigniter hook this article describes the use of CodeIgniter hook. For your reference, please refer to the following code: CodeIgniter execution flowchart
CodeIgniter View & models & Controllers, CodeIgniter
--------------------------------------------------------------------------------------------------------
Load view
$this->load->view (' home/name '); You can store views with subfolders, the
Detailed description of the implementation method of CodeIgniter read/write splitting, and codeigniter read/write. CodeIgniter: detailed description of the implementation method of read/write splitting. the example in this article describes the
This is a gamer chapter. It tells the working principle of CodeIgniter, that is, to unveil the secret of CI '. If you are new to CI, you may want to skip it. However, sooner or later, you may want to know what is happening behind the scenes of CI.
In short, a controller is a class file and is named in a way that can be associated with a URI. Suppose this URI: example. comindex. phpblog in the above example, CodeIgniter will try to find and load a controller named blog. php. When the
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.