Hello to everyone. I have searched all through CAKE's manual, and suggested links, as well as through all of this group's posts but wasn't able to find anything similar to my problem. If this is a really easy question I appologize, but I've started with CAKE just two days a go...
I'm working on a telecoms project that deals with network statistical measures and has a web GUI as a component. This web GUI (actually a web site coded in PHP) will need to access some data (the statistical measures) on a database and render some tables with this data. The problem is that the system user can create new measures and this measures are stored on different DB tables, with different names and different columns. So, there is never a really a static Model for the tables, because the user can create new tables and edit existing tables (Note: there's a table on the DB that keeps record of the other tables composition, so I can find at any time the name, number of columns and column names of each existing table in my DB at a give time). Is there anyway that I can use to solve this issue? Thanks in advance, --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
