#!/usr/local/bin/php $category) { echo textColor( textWidth($category['Title'], 72), NORMAL); app\controllers\cli\CliContoller::cacheCategoryByUrl($category['FullFriendlyUrl']); } # end of script ------------------------------------------------------------ } catch(Exception $e) { // Basic error handling echo 'Caught exception: ', textColor($e->getMessage(), ERROR), "\n"; die(); } $dt = number_format( microtime(true) - $t0 , 0) ."sec"; // echo ending... echo textColor("\nOperation Completed {$dt}\n\n", NORMAL);