The traversal method of multidimensional array in thinkphp, thinkphp multidimensional array
In this paper, we describe the traversal methods of multidimensional arrays in thinkphp. Share to everyone for your reference, as follows:
$drug =array (' ACEI ' =>array (' ch_name ' = ' home ', ' en_name ' = ' captopril '), Array (' ch_name ' = ') Script Download ', ' en_name ' = ' enalapril '), array (' ch_name ' = ' lisinopril ', ' en_name ' = ' lisinopril '), ' ARB ' = Array (' ch_name ' = ' script source ', ' en_name ' = ' Eprosartan '), Array (' ch_name ' = ' jb51 ', ' en_name ' = ' Candesartan '), array (' ch_name ' = ' php learning ', ' en_name ' = ' losartan '), Array (' ch_name ' = ' js learning ', ' en_name ' = > ' Valsartan '), array (' ch_name ' + ' script Tutorial ', ' en_name ' = ' irbesartan '));
{$k}
{$drug. Ch_name}
Read more about thinkphp for more information on this site: "thinkphp Introductory Course" and "thinkphp Common methods Summary"
It is hoped that this article is helpful to the PHP program design based on thinkphp framework.
Articles you may be interested in:
- thinkphp data querying and iterating over an array instance
- Thinkphp write array insert with Get latest Insert Data ID instance
- thinkphp a two-dimensional array into a label applicable one-dimensional array method summary
- thinkphp an array loop instance in a template
- thinkphp query returns a simple field array method
- thinkphp example of implementing an array page
http://www.bkjia.com/PHPjc/1089931.html www.bkjia.com true http://www.bkjia.com/PHPjc/1089931.html techarticle The traversal method of multidimensional array in thinkphp, thinkphp multidimensional Array This paper describes the traversal method of multidimensional array in thinkphp. Share to everyone for your reference, as follows: $drug =a ...