Hello,
In admin edit, I try to use a value of the field
<?php
$image = $form->data['Honor']['image'];
echo "image = " . $image;
?>
model is Honor and the field text is image with a name of the image in
I have
image=NULL
the value appears correctly in html with {Honor.image}
an idea please?
thanks
chris
In admin edit, I try to use a value of the field
<?php
$image = $form->data['Honor']['image'];
echo "image = " . $image;
?>
model is Honor and the field text is image with a name of the image in
I have
image=NULL
the value appears correctly in html with {Honor.image}
an idea please?
thanks
chris