0

私はこのようなテーブルを持っています

ユーザー

id ,name

user_email

id ,user_id,email

ユーザーは複数の電子メールを持っている可能性があります。codeigniter grocercrud でこれらのタイプのデータの CRUD 操作を行うにはどうすればよいですか?これを試しましたが、機能しませんでした。

4

1 に答える 1

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 )
于 2013-05-26T20:42:28.220 に答える