New to CakePHP -> How To Add Columns To a MySQL Table?
Posted
by walden
on Stack Overflow
See other posts from Stack Overflow
or by walden
Published on 2010-05-25T17:36:32Z
Indexed on
2010/05/25
17:41 UTC
Read the original article
Hit count: 200
I had a website made for me a long time ago, and the programmer did it in CakePHP. I'm now editing his scripts.
I added a couple columns to a table, and found that doing saveField() on the new column does not do anything. How do I make CakePHP recognize the new columns?
I'd appreciate your help. I'm not too familiar with CakePHP, so please go easy on me =)
© Stack Overflow or respective owner