02-15-2016, 02:16 AM
Hallo,
I need some help to understand this CI code:
home.php
Where does this "template_name" comes from?
I wonder where does template_name being defined from?
I am trying to understand where does this view pointing to?
Thanks in advance.
I need some help to understand this CI code:
home.php
PHP Code:
$this->load->view($this->data['post_detail']->template_name, $this->data);
Where does this "template_name" comes from?
I wonder where does template_name being defined from?
I am trying to understand where does this view pointing to?
Thanks in advance.
" If I looks more intelligence please increase my reputation."