CMTV
Well-known member
Hi!
I am getting my entitites from database with this code:
Later I fetch the results:
How can I sort user titles by the value (
I am getting my entitites from database with this code:
PHP:
return $this->finder('UserProgression:Title')->with('MasterTitle');
Later I fetch the results:
PHP:
$titles = $this->getTitleRepo()->getTitleListData()->fetch();
// >>>Sort by $title->title field?<<<
$viewParams = [
'titles' => $titles
];
How can I sort user titles by the value (
$title->title
) of phrase?