Relation CRUD |
[eluser]oliwin[/eluser]
Guys, I need your help, i can not create a relationship at CRUD. I want to keep SELECT list(HTML) of selected elements. I have two tables: Menu and Menu_title They are linked by fields Menu.id_menu = Menu_title.id_menu Have this code: Code: $ crud = new grocery_CRUD (); where Code: $ crud-> set_relation ('id_menu', 'menu_title', 'title'); Here's an example in the documentation: http://www.grocerycr.../set_a_relation I have that does not work, time delivery of the project there are 2 hours - the resolution is not found (( |
Messages In This Thread |
Relation CRUD - by El Forum - 10-03-2012, 10:28 AM
Relation CRUD - by El Forum - 11-04-2012, 12:02 PM
|