I should have access to CakePHP constants in an external application on the same server.
What is best practise to include parts of a CakePHP application, to access them?
already tried to include bootstrap.php:
Fatal error: Class 'Cache' not found in /Users/Patrick/Sites/project/Config/bootstrap.php on line 27
line 27 in bootstrap.php:
Cache::config('default', array('engine' => 'File'));