* Copyright 2005-2007, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @filesource * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.pages * @since CakePHP(tm) v 0.10.0.1076 * @version $Revision$ * @modifiedby $LastChangedBy$ * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ ?>
0): Debugger::checkSessionKey(); endif; ?>'; __('Your tmp directory is writable.'); echo ''; else: echo ''; __('Your tmp directory is NOT writable.'); echo ''; endif; ?>
'; echo sprintf(__('The %s is being used for caching. To change the config edit APP/config/core.php ', true), ''. $settings['engine'] . 'Engine'); echo ''; else: echo ''; __('Your cache is NOT working. Please check the settings in APP/config/core.php'); echo ''; endif; ?>
';
__('Your database configuration file is present.');
$filePresent = true;
echo '';
else:
echo '';
__('Your database configuration file is NOT present.');
echo '
';
__('Rename config/database.php.default to config/database.php');
echo '';
endif;
?>
isConnected()): echo ''; __('Cake is able to connect to the database.'); echo ''; else: echo ''; __('Cake is NOT able to connect to the database.'); echo ''; endif; ?>
To change its layout, edit: APP/views/layouts/default.ctp.
You can also add some CSS styles for your pages at: APP/webroot/css.');
?>
Working copy of the new CakePHP 1.2 Manual (temporary)