Hello Guys, I am a total beginner with cakephp. I have managed to establish a proper functioning CRUD app with oracle at the backend.
I have the current structure in place, Environments has many tables tables has many columns Tables belonging to different Environments can have the same names. When I try to to add a new column for a table, I cannot distinguish between tables with the same names and different environments. (The drop down lists all tables) What I am hoping to establish is an add page for columns in which , there will be a drop down to select the environment first and then tables belonging to THAT environment will be listed in the second drop down box. I tried environments has many tables, environments has many columns, tables has manu columns, but it didnt help. I know callbacks can be used, can anyone nudge me in the right direction as I am newbie. Thanks, -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
