CI Notes (1)

Source: Internet
Author: User

1. Download CI, the official website, the current 3.x version has been updated, 2.2.6 is the last version of the 2.x version. To be consistent with the video textbook, use the CI 2.x version

2. Directory structure, from inside the application, controller inside the establishment of 2 directories, admin and index. The controller used to store the foreground and background respectively.

From the view, also set up the admin and index two directories, from the root to create a style directory, used to store the style, in the style, the establishment of the admin and index two directories, respectively, stored.

3. After the CI is loaded, the auxiliary function URL class is automatically loaded, which facilitates the use of 3 commonly used functions, site_url (), Base_url (), redirect (), and, in the online Help, the URL class.

4. Modify the default route inside the routing, from Welcome, to Index/index

5. After the introduction of the template, in the head, you need to modify the CSS style path, instead href = "<?php echo base_url ()." style/admin/'?> css/default.css "

6. In common.php, add a global print function, Public function p ($arr) {}, and print the array for later debugging.

CI Notes (1)

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.