我有以下代码用于创建一个类,但是当带有他的 costructor 的类加载时,我得到一个错误:
Class DropDown {
public function __construct()
{
if ( ! function_exists('form'))
{
(line 11) $this->load->helper('form');
}
}
和错误
A PHP Error was encountered
Severity: Notice
Message: Undefined property: DropDown::$load
Filename: helpers/dropdown_helper.php
Line Number: 11
提前谢谢大家