Programming solutions, source code, solutions to tech problems and other tech related stuff.
Sunday, June 09, 2013
new field not being detected cakephp
1. Find the file:
/app/Config/core.php
2. Make sure the following configuration is set: Configure::write('debug', 2);
The new database field will only be detected if the debug level is set to 2.
No comments:
Post a Comment