Configuration of core.php for CakePHP

In my latest article you learned how to configure the database for CakePHP. Now I will show you how to configure global CakePHP. Global configuration file of CakePHP can be found in cakeappconfigcore.php. From here, you can change debug level, cache checking, session cookie, session timeout, ... [ read more >> ]