mabart / parsecsv-for-php

Automatically exported from code.google.com/p/parsecsv-for-php
MIT License
0 stars 0 forks source link

Ordering with repeated values don't work #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an array with two rows with same column value
2. Use orderby method
3. print_r results

What is the expected output? What do you see instead?
It should order it correctly

What version of the product are you using? On what operating system?
0.4.3 beta

Please provide any additional information below.

It can be fixed using array_multisort; using additional temporal array and then 
using array_multisort.
I have attached the working file.

Original issue reported on code.google.com by gustavo....@gmail.com on 3 Mar 2011 at 12:52

Attachments: