cakephp new field not saving

前端 未结 10 654
渐次进展
渐次进展 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 15:07

    Whenever you do any database change follow the following steps :

    1. Clear files under \app\tmp\cache\models
    2. If you are using any cache engines like memcache, restart the cache service.
    3. Set the debug to 2 in core.php

提交回复
热议问题