可能重复:
调用非对象上的成员函数
在我的主页视图中,我试图将数据传递给我的标题子视图
<?php
$this->load->model('header2');
$head = $this->header2->HeaderData();
$this->load->view('head_view', $head);
?>
但我收到此错误:
消息:未定义的属性:CI_Loader::$header2
致命错误:在第 6 行的 H:\Forum\application\views\homepage_view.php 中的非对象上调用成员函数 HeaderData()