PHP CI framework in the loading of CSS and JS file failure reasons and solutions, _php tutorial

Source: Internet
Author: User

PHP CI framework in the loading of CSS and JS file failure reasons and solutions,


In the integration of HTML pages into the CI framework, the loading of CSS and JS failed to get a half day to find that the CI framework is the framework of the portal,

All requests for files in the framework need to be processed by index.php, and when loading external CSS and JS files, the

Use the Base_url () function to handle external links.

Like what:

The base_url in the config configuration file is: "localhost:8080/Project name/"

Accessing the Application/resource/aaa.js file in the controller

Relative path access failed

1, directly in the SRC output

2. Borrowing base tags

Place the output of the Base_url () in the < Base href = "<?php echo base_url (); > "/> tag inside, so in

Page inside the call is more convenient.




http://www.bkjia.com/PHPjc/852378.html www.bkjia.com true http://www.bkjia.com/PHPjc/852378.html techarticle php CI framework loading CSS and JS file failure reasons and solutions, in the integration of HTML pages into the CI framework, the loading of CSS and JS failed to get a half day to find the CI framework is the Portal box ...

  • 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.