<?php $aFieldsNames = Array( 'iCarrier' => 0, 'sName' => 1, 'fPrice' => 2 ); function pl_carriers( $aExp ){ return Array( 'iCarrier' => $aExp[0], 'sName' => $aExp[1], 'fPrice' => $aExp[2] ); } ?>