hi,
I'm using $attribValue = $this->readAttribute(AppModel::FIELD);
to get the value of this model/attribute.
If the field not exists, I have value is $attribValue = null
, but the field, if exists, can contain null values too.
so ... how do I know if the field/attribute exists and what its value?
sorry for my english