V
V
vbuban2018-08-25 23:14:16
CodeIgniter
vbuban, 2018-08-25 23:14:16

Where are the header and footer stored?

There is a script written in codeintiger
If you delete absolutely everything from the php file, then the header and footer remain on the page The
question is, how is this implemented? where is it written approximately, and how to turn it off for a specific page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Toropov, 2018-08-26
@nefone

usually stored in the "views" folder.
loaded like this:

$this->load->view("header");
$this->load->view("footer");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question