Help for this page

Select Code to Download


  1. or download this
    $ref = $sth->fetchall_arrayref();
    $ref = [
            ['test1', 1],
            ['test2', 2]
           ];
    
  2. or download this
    $ref = [
            {data => 'test1', ID => 1},
            {data => 'test2', ID => 2}
           ];