From 7fa52710f3b1448db286d7335ddffa439818e636 Mon Sep 17 00:00:00 2001
From: AD7six
';
- echo __d('cake', 'Your tmp directory is writable.');
- echo '';
- else:
- echo '';
- echo __d('cake', 'Your tmp directory is NOT writable.');
- echo '';
- endif;
+/**
+ *
+ * PHP 5
+ *
+ * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
+ * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ *
+ * Licensed under The MIT License
+ * Redistributions of files must retain the above copyright notice.
+ *
+ * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * @link http://cakephp.org CakePHP(tm) Project
+ * @package cake.libs.view.templates.pages
+ * @since CakePHP(tm) v 0.10.0.1076
+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
+ */
+if (Configure::read('debug') == 0):
+ throw new NotFoundException();
+endif;
+App::uses('Debugger', 'Utility');
?>
+
+ ';
+ echo __d('cake_developer', 'Your tmp directory is writable.');
+ echo '';
+ else:
+ echo '';
+ echo __d('cake_developer', 'Your tmp directory is NOT writable.');
+ echo '';
+ endif;
+ ?>
-';
- echo __d('cake', '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', 'Your cache is NOT working. Please check the settings in APP/config/core.php');
- echo '';
- endif;
-?>
+ ';
+ echo __d('cake_developer', '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_developer', 'Your cache is NOT working. Please check the settings in APP/config/core.php');
+ echo '';
+ endif;
+ ?>
-';
- echo __d('cake', 'Your database configuration file is present.');
- $filePresent = true;
- echo '';
- else:
- echo '';
- echo __d('cake', 'Your database configuration file is NOT present.');
- echo '
-';
- echo __d('cake', 'Cake is able to connect to the database.');
- echo '';
- else:
- echo '';
- echo __d('cake', 'Cake is NOT able to connect to the database.');
- echo '';
- endif;
-?>
+ isConnected()):
+ echo '';
+ echo __d('cake_developer', 'Cake is able to connect to the database.');
+ echo '';
+ else:
+ echo '';
+ echo __d('cake_developer', 'Cake is NOT able to connect to the database.');
+ echo '';
+ endif;
+ ?>
Html->link(__d('cake', 'CakePHP: the rapid development php framework'), 'http://cakephp.org');?>
+ Html->link($cakeDescription, 'http://cakephp.org'); ?>
Sweet, "Test App" got Baked by CakePHP!
-
';
- echo __d('cake', 'Rename config/database.php.default to config/database.php');
- echo '';
- endif;
-?>
+ ';
+ echo __d('cake_developer', 'Your database configuration file is present.');
+ $filePresent = true;
+ echo '';
+ else:
+ echo '';
+ echo __d('cake_developer', 'Your database configuration file is NOT present.');
+ echo '
';
+ echo __d('cake_developer', 'Rename config/database.php.default to config/database.php');
+ echo '';
+ endif;
+ ?>
';
+ __('Recompile PCRE with Unicode support by adding --enable-unicode-properties
when configuring');
+ echo '
', APP . 'views' . DS . 'layouts' . DS . 'default.ctp.
', APP . 'webroot' . DS . 'css');
+echo __d('cake_developer', 'To change the content of this page, create: APP/views/pages/home.ctp.
+To change its layout, create: APP/views/layouts/default.ctp.
+You can also add some CSS styles for your pages at: APP/webroot/css.');
?>
-
+ Html->link( + sprintf('%s %s', __d('cake_developer', 'New'), __d('cake_developer', 'CakePHP 1.3 Docs')), + 'http://book.cakephp.org/view/875/x1-3-Collection', + array('target' => '_blank', 'escape' => false) + ); + ?> +
++ Html->link( + __d('cake_developer', 'The 15 min Blog Tutorial'), + 'http://book.cakephp.org/view/1528/Blog', + array('target' => '_blank', 'escape' => false) + ); + ?> +
+ + ++ +
++ +
+ +