如何在foodcrud中制作一对多的CRUD?

时间:2013-05-22 12:02:29

标签: php mysql database codeigniter grocery-crud

我有这样的表

用户

id ,name

USER_EMAIL

id ,user_id,email

用户可能有多封电子邮件。如何在codeigniter foodcrud中对这些类型的数据进行CRUD操作?我试过this但没有工作。

1 个答案:

答案 0 :(得分:0)

检查此链接希望这对您有所帮助

http://www.grocerycrud.com/documentation/options_functions/set_relation

void set_relation( foriegn key , table that has the foriegn key, any needed column like title or date or what ever you need to retrieve else )