Using CakePHP's shell scripts I'm having problems accessing constants, which I normally set within config/bootstrap.php.
Is this because using shell scripts I'm not going through the normal dispatcher routine? What's the best practice for defining constants across shell scripts?
Thanks.