Chris Hartjes wrote: > I'm coming a little late to the party here, but I'm curious as to why > you need to dynamically create tables?
The application allows users to create a custom-table from predfined column types (e.g. text, image, file), and to specify which of those columns should be "searchable" (indexed). Currently the idea is to store the custom-table definition info in one set of db tables, and store the custom-table data in another db table (which was dynamically created and indexed from the definition). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---