| Name | Size | Mode | Actions |
|---|---|---|---|
| extract.ctp | 1274 | 0644 | editdlrm |
| home.ctp | 2136 | 0644 | editdlrm |
| page.home.ctp | 85 | 0644 | editdlrm |
/home/desid573/book.familycab.com.au/pdd/lib/Cake/Test/test_app/View/Pages/home.ctp (2136B)
'; echo __d('cake_dev', 'Your tmp directory is writable.'); echo ''; else: echo ''; echo __d('cake_dev', 'Your tmp directory is NOT writable.'); echo ''; endif; ?>
'; echo __d('cake_dev', 'The %s is being used for caching. To change the config edit APP/config/core.php ', ''. $settings['engine'] . 'Engine'); echo ''; else: echo ''; echo __d('cake_dev', 'Your cache is NOT working. Please check the settings in APP/config/core.php'); echo ''; endif; ?>
';
echo __d('cake_dev', 'Your database configuration file is present.');
$filePresent = true;
echo '';
else:
echo '';
echo __d('cake_dev', 'Your database configuration file is NOT present.');
echo '
';
echo __d('cake_dev', 'Rename config/database.php.default to config/database.php');
echo '';
endif;
?>
isConnected()): echo ''; echo __d('cake_dev', 'Cake is able to connect to the database.'); echo ''; else: echo ''; echo __d('cake_dev', 'Cake is NOT able to connect to the database.'); echo ''; endif; ?>
To change its layout, create: APP/views/layouts/default.ctp.