Hi
I like to query my db and each row be an array of values within an array of instance.
So when I do print_r I get something like array( personID[1]=>array(email=>'bla@bla.com',status='0',postalcode=>'11111')personID[2]]=>array(email=>'boo@bla.com',status='1',postalcode=>'22222'))
I not sure if this is way it should look. However I am aiming in keeping it together.
Thanks Tom