V
V
veryYoung2018-07-21 11:51:21
WordPress
veryYoung, 2018-07-21 11:51:21

How to sort an array by first variable?

plugin for wordpress woocommerce pdf invoices packing slips displays order information in pdf - product name, quantity and price, by material id

<?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : ?>

how to sort by name?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yan-s, 2018-07-21
@Yan-s

And to invent a structure sorted by ourselves?
php.net/manual/ru/array.sorting.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question