这是怎么回事

[复制链接]
1110|2
 楼主| xuan1990 发表于 2014-9-17 19:26 | 显示全部楼层 |阅读模式

进入外包板块,提示这个
CException

属性 "User.disposable" 未被定义.

/var/www/project.21ic.com/project/framework/db/ar/CActiveRecord.php(145)

133      */
134     public function __get($name)
135     {
136         if(isset($this->_attributes[$name]))
137             return $this->_attributes[$name];
138         elseif(isset($this->getMetaData()->columns[$name]))
139             return null;
140         elseif(isset($this->_related[$name]))
141             return $this->_related[$name];
142         elseif(isset($this->getMetaData()->relations[$name]))
143             return $this->getRelated($name);
144         else
145             return parent::__get($name);
146     }
147
Sjj爱 发表于 2014-9-17 19:36 | 显示全部楼层
发错地方了,这里是情感天地
cells123 发表于 2014-9-18 10:38 | 显示全部楼层
技术交流区欢迎你
您需要登录后才可以回帖 登录 | 注册

本版积分规则

1

主题

1

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部