Hi , I’m really getting mad
I set all my fields as safe.
Validations are ok,
when I Save() it return true and return the new PK
and in the database, the Auto increment increased.
But nothing saved to database
[CActiveRecord:_attributes] => array
(
'title' => 'کوچک (2mp)'
'filename' => '56c82e1a-fe48-4325-8926-7c485ff401cb.jpg'
'size' => 506903
'product_id' => '217'
'id' => '277'
)
[CActiveRecord:_related] => array()
[CActiveRecord:_c] => null
[CActiveRecord:_pk] => '277'
[CActiveRecord:_alias] => 't'
[CModel:_errors] => array()
Is there any idea what’s going on ?
Thanks in advance