I need to create 4 totally different menus that I can call seperatly by calling something like:
Code: Select all
buildMySQLMenu(1);
buildMySQLMenu(2);
buildMySQLMenu(3);
buildMySQLMenu(4);
Code: Select all
buildMySQLMenu(2); // This line builds the menu from MySQL data tables.
What are the PK/FK relationships between the mm_projects,mm_menus,mm_items tables? Is there a link to some more docs on the MySQL integration for MySQL/PHP/Milonic?
Thank you!!