find ../module/default  -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 -n 1 -I dir /hsphere/shared/php5/bin/php ../vendor/zendframework/zendframework/bin/classmap_generator.php -w -l ../../dir
find ../module/additional  -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 -n 1 -I dir /hsphere/shared/php5/bin/php ../vendor/zendframework/zendframework/bin/classmap_generator.php -w -l ../../dir
find ../module/system  -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 -n 1 -I dir /hsphere/shared/php5/bin/php ../vendor/zendframework/zendframework/bin/classmap_generator.php -w -l ../../dir
find ../module/custom  -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 -n 1 -I dir /hsphere/shared/php5/bin/php ../vendor/zendframework/zendframework/bin/classmap_generator.php -w -l ../../dir

