Hi all,
$crud ->set_relation_n_n('Productos', 'donaciones_productos', 'productos', 'donaciones_id', 'productos_id', '{nombre}({serie})','id',array('id_estado'=>5,'activo'=>1));
but i need include other filter with sentence "not in" . Some similar to
$this->db->where ('productos.id not in (select productos_id from donaciones_productos)');
I hope you can help me, and thanks for your time and help
Thanks in advance