Hi John, I've installed your script and I loved the way it walks you through, however I found a few glitches you may wanna fix:
1. The generated view files contain the following code: $row[Model][field], PHP throws a warning meaning this should be referenced as $row['Model']['field'] instead. 2. The add.thtml template throws the following notice: "Notice: Undefined variable: data in add.thtml" 3. It would be nice if the generated add and edit views could set the action attribute of the form tags to the correct path if the cake installation is not in the root of the domain. 4. It would also be nice if the default option for the id, modified and created columns were "5- Do not do any validation on this field.", or perhaps skip them. This is what I've seen so far, hope it helps. -Ofir ps. i'm using php5 by the way --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
