How to keep Cake from trying to save certain form inputs ?

2010-10-06 Thread EJ
Folks, I have a newbie question: I have a form that has certain inputs that just need to be ignored. For example a User may be associated (e.g. via HABTM) with a particular City The City may be associated with a State but I don't need an association between State and User. When I show the

Re: Strange issue using mysqlnd and the character encoding

2010-10-06 Thread EJ
You might try to dump both databases and make sure the encoding on the DB/tables is the same. Depending on your system, one may default to utf8 and the other to latin1. Not sure if that's it or not but worth a look. On Oct 5, 8:54 am, 5942marine jluken...@gmail.com wrote: Okay, let me give you

Re: How to keep Cake from trying to save certain form inputs ?

2010-10-06 Thread EJ
at 3:25 PM, EJ funkybl...@hotmail.com wrote: Folks, I have a newbie question: I have a form that has certain inputs that just need to be ignored. For example a User may be associated (e.g. via HABTM) with a particular City The City may be associated with a State but I don't need