Hi, I'm using "php cake.php bake" instruction to generate models with cakephp 1.2. I have 4 tables in my DB, but when I launch the script to create models, it proposes me only 2 models instead 4.
Tables are users, dealers, points and posts, permission on tables are identical. The output of the script is the following: ---------------------------------------------- CODE----------------------------------------------------------------- Interactive Bake Shell --------------------------------------------------------------- [D]atabase Configuration [M]odel [V]iew [C]ontroller [P]roject [Q]uit What would you like to Bake? (D/M/V/C/P/Q) > m --------------------------------------------------------------- Bake Model Path: /var/www/vhosts/twobox.org/httpdocs/app/models/ --------------------------------------------------------------- Possible Models based on your current database: 1. Post 2. User Enter a number from the list above, type in the name of another model, or 'q' to exit ----------------------------------------------END CODE---------------------------------------------------------- Any ideas? Thx and bye, Salvatore --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
