PHP's CI framework introduces view issues!

Source: Internet
Author: User
public function add(){    $this->load->view('user/header');    $this->load->view('user/users/add');    $this->load->view('user/footer');}

Why would the front add

Actually, it's not!

Is this a security measure for the self-birth of CI framework?
or where to fix it, there must be something wrong is not found
CI version is 2.1.4

Reply content:

public function add(){    $this->load->view('user/header');    $this->load->view('user/users/add');    $this->load->view('user/footer');}

Why would the front add

Actually, it's not!

Is this a security measure for the self-birth of CI framework?
or where to fix it, there must be something wrong is not found
CI version is 2.1.4

This is definitely the output from your code, and you want to know where to add the key points in the code:

var_dump(__FILE__ . __LINE__);
  • 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.