What about sorting out Clients by letter adding under the search/filter field?
Would that be in application/modules/client/controller/Ajax.php ???
->having('client_name LIKE \'' . $moreClientsQuery . $escapedQuery . '*\'')
What about sorting out Clients by letter adding under the search/filter field?
Would that be in application/modules/client/controller/Ajax.php ???
->having('client_name LIKE \'' . $moreClientsQuery . $escapedQuery . '*\'')
As long as you escape the user input, yes, i think that’s a good place.