【发布时间】:2016-10-26 19:32:18
【问题描述】:
在我的代码中,根据user guide,我写了这段代码(在控制器中)
$this->config->load('countries_config.php');
但不幸的是,得到这个 PHP 错误:
遇到了 PHP 错误
严重性:通知
消息:未定义的属性:国家::$config
文件名:controllers/Countries.php
行号:12
知道为什么我不能使用配置吗?
Countries 扩展 CI_Controller
【问题讨论】:
-
您检查文件夹结构中的文件位置了吗?
-
应用程序/config/countries_config.php
-
尝试不带 .php 文件扩展名...应该可以工作
标签: php codeigniter