UPDATE: Since the release of the later versions of CakePHP (I think version 1.3.0 and onwards), there are the APP/libs libraries that we can now utilize. So, instead of having two separate app_shell.php files, you can now define APP/libs/app_shell.php, and call App::import('Lib', 'AppShell'); at the beginning of your shell files. If you’re like me, you [...]
