cakephp new field not saving

前端 未结 10 622
渐次进展
渐次进展 2021-02-02 14:43

How to you extend a cakePHP project so it can use a new field in the database?

I just given a CakePHP Project that I am trying to extend the model to include a new field

10条回答
  •  借酒劲吻你
    2021-02-02 14:56

    clear cache at /app/tmp/cache

    if raising debug level to 2 or 3 is not working.

    check if, on using debug($Model), shows your new field under schema attribute of model.

提交回复
热议问题