For some of the forms on my project, I'm using the generateFieldNames() controller method (without any arguments) to get a $fieldNames array, and the $form->generateFields( $fieldNames ) form helper method to render my form fields.
The problem is that the call to generateFieldNames() is taking a very long time - in fact the browser times out most of the time. I'm wondering - is there a better way to use generateFieldsNames(), or is it better practice to generate form fields individually in the view, and not use generateFieldNames at all...or am I just missing something? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
