Tutorial Associative Array Syntax

Simple $carParts = array( 'Tires'=>100, 'Window'=>1042, 'DoorHandle'=>917 ); Array of Associative ...

Simple
$carParts = array(
'Tires'=>100,
'Window'=>1042,
'DoorHandle'=>917
);
Array of Associative Arrays
public $notifyPartners = array(
array(
'name' => 'Twitter',
'tag' => 'Social Network',
'url' => ''),
array(
'name' => 'Campaign Monitor',
'tag' => 'Email Marketing',
'url' => ''),
array(
'name' => 'Sendloop',
'tag'

Hot in Week

Popular

Archive

item