I have db like this : id, name, group. (Group is a slug, that I can't know for my request) So one group can have many name. I want to sort by group with php/mysql.
I want get something like this :
$request = array( 'groupeOne = array ('name')', 'groupeTwo = array()' )
Something like this. I try to order by group but it doesn't work