July 2011

Arrays - 101

Arrays are one of the most importat tools for any developer. It help to orgenize data from a simple to a complex structures. The most used styled arrays are indexical and associative arrays.

We will start with the most basic array and then see a multi dimentional array.

Simple array

lets write one simple array: