Hi,

I have a wordnet mysql database that I am planning to use in my
application. Its structure is as follows

Table "Words"
         id  -- integer, autonumber, primary key
         word -- varchar

Table  "Antonyms"
          id -- integer
          word_1 -- integer, foreign key (words.id)
          word_2 -- integer, foreign key (words.id)

How should I rename the table and columns names of the "Antonyms" table
so that Cake can build scaffolding for it.

Regards


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to