Hmmm... not sure I completely follow your question, but if I'm getting the right impression the ConfComponent: http://bakery.cakephp.org/articles/view/confcomponent-db-based-configuration-tutorial is what you're looking for. I use it extensively, its a great database based configuration tool.
On Aug 23, 10:31 am, Travis <[EMAIL PROTECTED]> wrote: > I was wondering if there were any CakePHP based components that would > allow me to build dynamic data entry views based on values in a > database such that I can enter data and store it in a generic table. > For example, if I have a table 'Attributes' that has an attribute > name, and the type of attribute along with size/length specifications, > I would like to create a view based on any number of those > attributes. I would then like to enter values in and have the values > stored in a 'Records' table that would link back to the original > attribute ID. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
