my table structure is
create table tbl_pic(id integer primary key, name text, password text, imgdata longblob);
My error is:
CException
Property "Pic." is not defined.
public function __set($name,$value)
139 {
140 if($this->setAttribute($name,$value)===false)
141 {
142 if(isset($this->getMetaData()->relations[$name]))
143 $this->_related[$name]=$value;
144 else
145 parent::__set($name,$value);
146 }
147 }
148
i hav attached the necessary files. Anyone pls save time to correct my issue. thanks in advance..
Attached File(s)
-
PicController.php (5.23K)
Number of downloads: 60 -
Pic.php (2.35K)
Number of downloads: 48 -
_form.php (1.2K)
Number of downloads: 45

Help













