help me
code to filter data using SET RELATION n-n
$crud->set_relation_n_n('Alumnos','proyectosalumnos','alumnos','fk_proyecto','fk_alumno','nombre_alumno');
Only students with status = 0
how is this written?
⚠ 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. ⚠
Posted 28 July 2015 - 02:56 AM
help me
code to filter data using SET RELATION n-n
$crud->set_relation_n_n('Alumnos','proyectosalumnos','alumnos','fk_proyecto','fk_alumno','nombre_alumno');
Only students with status = 0
how is this written?
Posted 29 July 2015 - 02:11 AM
Gracias
Ya encontré la solución
solo era cuestión de agregar un filtro