Fluid interface
Permalink$pageList = new PageList(); $pages = $pageList->filterByIsApproved($cvIsApproved) ->filterByUserID($uID) ->sortByPublicDate() ->get();

You could always mod the core and submit a diff file to the c5 guys. I know Andrew has uploaded a number of mod's I've made to c5's Github account.