I was wondering if there is some framework oder library which allows me to do sort and group by, which would be done in mysql, in PHP on an application level?
A google search didn’t help me, yet.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use PHP array functions to do that.
If you want something more advanced, you should have a look into Microsoft’s LINQ. There are many variants of LINQ ported to PHP. You can find one here.