Hello all When I generate MVCs using the bake.php script for tables of two words my view ends up having no form fields. I can't find any info on this - has this happened to anyone before?
For example I have a table called: "incoming_calls" and my generated model is called: "IncomingCall". My controller is: "IncomingCallsController". The views though have absolutely no fields - view, add and edit are all blank apart from links to the various actions. Any ideas why this is? Its as if Bake isn't picking up the database fields. When I generated the model it correctly detected the table fields and I added some validation to them. I'm stuck. :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
