⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

set relation 1-n used 3th parameter



sobari26
  • profile picture
  • Member

Posted 04 July 2012 - 22:28 PM

Hi All,
I used script
$ crud-> set_relation ('user_id', 'users', 'username', array ('status' => 'active'));
but the script above does not work, Data user which is inactive can still be selected, how to solve that problem?
thanks :)