Codeigniter design and architecture objectives

Source: Internet
Author: User
: This article mainly introduces Codeigniter design and architecture objectives. For more information about PHP tutorials, see. Dynamic instantiation

In CI, component import and function execution are performed only when required, rather than within the global scope. Except for the minimum core resources, it is not assumed that the system requires any resources, so the default system is very lightweight. Events triggered by HTTP requests, and the controllers and views you designed will determine when they will be referenced.

Loose coupling

Coupling refers to the degree of correlation between components of a system. The fewer components are mutually dependent, the better the reusability and flexibility of the system. CI is a loosely coupled system.

Component uniqueness

Specifically, a component has a very small focus goal. in CI, in order to achieve its maximum purpose, each class and its functions are highly autonomous.

CI is a loosely coupled system that is dynamically instantiated and highly component-specific.

The above describes the Codeigniter design and architecture objectives, including the content, and hope to be helpful to friends who are interested in PHP tutorials.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.