Node is saved as draft in My Content >> Draft
-
Cakephp Not Getting All Fields From Database
If you are unable to get newly added database column in cakephp, then use the below code.
- Go to app / Config.php then set
Configure::write('debug',0);
to
Configure::write('debug',2);
- Refresh you window and again set
Configure::write('debug',2);
to
Configure::write('debug',0);
Works !
0 Comment(s)