$data['sgsss'] = Model_Sgss::query()
->where('categorie', '=', 'manuel')
->where_open()
->where('langue', '=', 'fr')
->or_where('langue', '=', 'it')
->where_close()
->get();
It looks like you're new here. If you want to get involved, click one of these buttons!