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
Actually, any changes to database, anytime , you should change debug mode to 2 in app/config/core.php if it is zero. Otherwise it will take values from cache.
app/config/core.php