Hey all,
I'm just wondering if its possible to have something like this:
$image = array(
"default" => "test.jpg",
"width" => 400,
"height" => 500
);
Then you could call:
echo $image // test.jpg
echo $image['width'] // 400
Thanks, Matt Mueller