// Global Variables
$image_dir = "images/gangster_squad"; // directory on server " $_SERVER[DOCUMENT_ROOT]/gallery/trees"
$image_relative_path = 'images/gangster_squad'; // path to images relative to script '/gallery/trees'
$file_types = array('jpg');
$imgId = 1;
if($handle = opendir($image_dir)) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
$ext_bits = explode(".",$file); // finds file extensions
foreach($ext_bits as $key => $value){
if(in_array($value,$file_types)){
$image_rotation .= '';
$image_thumbs .= '
';
$imgId++;
}
}
}
}
closedir($handle);
}
?>
“Gangster Squad” was filmed in Los Angeles in the fall of 2011. I was delighted to be asked to work with the same director, production designer, and set decorator from “Zombieland” once again. The movie is set in 1940’s LA during a time of the rise of mob boss Mickey Cohen. We built only a few stage sets and focused heavily on modifying actual locations, which gave the movie a huge level of production value.