[ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
1 <?php 2 /* SVN FILE: $Id: home.thtml 4409 2007-02-02 13:20:59Z phpnut $ */ 3 /** 4 * 5 * PHP versions 4 and 5 6 * 7 * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> 8 * Copyright 2005-2007, Cake Software Foundation, Inc. 9 * 1785 E. Sahara Avenue, Suite 490-204 10 * Las Vegas, Nevada 89104 11 * 12 * Licensed under The MIT License 13 * Redistributions of files must retain the above copyright notice. 14 * 15 * @filesource 16 * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. 17 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project 18 * @package cake 19 * @subpackage cake.cake.libs.view.templates.pages 20 * @since CakePHP(tm) v 0.10.0.1076 21 * @version $Revision: 4409 $ 22 * @modifiedby $LastChangedBy: phpnut $ 23 * @lastmodified $Date: 2007-02-02 07:20:59 -0600 (Fri, 02 Feb 2007) $ 24 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 25 */ 26 ?> 27 <p class="notice">Your database configuration file is <?php echo file_exists(CONFIGS.'database.php') ?' present.' . $filePresent = ' ' : ' not present.'; ?></p> 28 <?php if (!empty($filePresent)):?> 29 <?php uses('model' . DS . 'connection_manager'); $db = ConnectionManager::getInstance(); ?> 30 <?php $connected = $db->getDataSource('default'); ?> 31 <p class="notice">Cake<?php echo $connected->isConnected() ? ' is able to' : ' is not able to';?> connect to the database.</p> 32 <br /> 33 <?php endif; ?> 34 <h2>CakePHP release information is on CakeForge</h2> 35 <a href="https://trac.cakephp.org/wiki/notes/1.1.x.x">Read the release notes and get the latest version</a> 36 <h2>Editing this Page</h2> 37 <p> 38 To change the content of this page, create: /app/views/pages/home.thtml.<br /> 39 To change its layout, create: /app/views/layouts/default.thtml.<br /> 40 <a href="http://manual.cakephp.org/">See the views section of the manual for more info</a><br /> 41 You can also add some CSS styles for your pages at: app/webroot/css/. 42 </p> 43 <h2>More about Cake</h2> 44 <p> 45 CakePHP is a rapid development framework for PHP which uses commonly known design patterns like 46 Active Record, Association Data Mapping, Front Controller and MVC. 47 </p> 48 <p> 49 Our primary goal is to provide a structured framework that enables PHP users at all levels 50 to rapidly develop robust web applications, without any loss to flexibility. 51 </p> 52 <ul> 53 <li><a href="http://www.cakefoundation.org/">Cake Software Foundation</a> 54 <ul><li>Promoting development related to CakePHP</li></ul></li> 55 <li><a href="http://bakery.cakephp.org">The Bakery</a> 56 <ul><li>Everything CakePHP</li></ul></li> 57 <li><a href="http://astore.amazon.com/cakesoftwaref-20/">Book Store</a> 58 <ul><li>Recommended Software Books</li></ul></li> 59 <li><a href="http://www.cafepress.com/cakefoundation">CakeSchwag</a> 60 <ul><li>Get your own CakePHP gear - Doughnate to Cake</li></ul></li> 61 <li><a href="http://www.cakephp.org">CakePHP</a> 62 <ul><li>The Rapid Development Framework</li></ul></li> 63 <li><a href="http://manual.cakephp.org">CakePHP Manual</a> 64 <ul><li>Your Rapid Development Cookbook</li></ul></li> 65 <li><a href="http://api.cakephp.org">CakePHP API</a> 66 <ul><li>Docblock Your Best Friend</li></ul></li> 67 <li><a href="http://www.cakeforge.org">CakeForge</a> 68 <ul><li>Open Development for CakePHP</li></ul></li> 69 <li><a href="https://trac.cakephp.org/">CakePHP Trac</a> 70 <ul><li>For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)</li></ul></li> 71 <li><a href="http://groups-beta.google.com/group/cake-php">CakePHP Google Group</a> 72 <ul><li>Community mailing list</li></ul></li> 73 <li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a> 74 <ul><li>Live chat about CakePHP</li></ul></li> 75 </ul>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 19:27:47 2007 | par Balluche grâce à PHPXref 0.7 |