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]
查看完整版本: 这是怎么回事