I had a working form in CakePhp 2.X. I added a new column of type varchar
in the mysql database and updated correctly from in the view. When I submit the form, old inputs are saving correctly but the new column is not. I tried in the cake php controller to match the data:
$data['table']['newcolumn']
but it doesn't work. Where is my mistake?
clear your cache files, Cakephp creates model cache in
app/tmp/cache/model
You need to delete cache for that particular model