Display an array in html table

前端 未结 4 1445
野的像风
野的像风 2021-01-03 13:06

I have this array:

Array
(
    [page] => Array
        (
            [0] => add
            [1] => edit
            [2] => delete
            [3]         


        
4条回答
  •  清歌不尽
    2021-01-03 13:31

    I have experience getting a result from a database which is an array. I made a class as a container for the uniform result set which are multiple rows. Just get the property with getter or get access it directly if public.

提交回复
热议问题