| @@ 497-503 (lines=7) @@ | ||
| 494 | ||
| 495 | if( !$flipSort ) |
|
| 496 | {
|
|
| 497 | for($columnIndex = 0; $columnIndex < $countColumns; $columnIndex++) |
|
| 498 | {
|
|
| 499 | for($rowIndex = 0; $rowIndex < $rowsCount; $rowIndex++) |
|
| 500 | {
|
|
| 501 | $arrayProcess($columnIndex, $rowIndex); |
|
| 502 | } |
|
| 503 | } |
|
| 504 | } |
|
| 505 | else |
|
| 506 | {
|
|
| @@ 507-513 (lines=7) @@ | ||
| 504 | } |
|
| 505 | else |
|
| 506 | {
|
|
| 507 | for($rowIndex = 0; $rowIndex < $rowsCount; $rowIndex++) |
|
| 508 | {
|
|
| 509 | for($columnIndex = 0; $columnIndex < $countColumns; $columnIndex++) |
|
| 510 | {
|
|
| 511 | $arrayProcess($columnIndex, $rowIndex); |
|
| 512 | } |
|
| 513 | } |
|
| 514 | } |
|
| 515 | ||
| 516 | return $outArray; |
|