If Cakephp not getting newly added columns from database on live server / localhost to solve this issue use below steps:
- Go to app / config.php the edit file and set
Configure::write('debug',0);
to
Configure::write('debug',2);
- Refresh your browser and again set it to
Configure::write('debug',2);
to
Configure::write('debug',0);
Hope this will works for you.
0 Comment(s)