comparison cake/tests/test_app/views/layouts/ajax2.ctp @ 0:261e66bd5a0c

hg init
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Jul 2011 21:08:31 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:261e66bd5a0c
1 <?php
2 /* SVN FILE: $Id: ajax2.ctp 7062 2008-05-30 11:29:53Z nate $ */
3
4 /**
5 *
6 * PHP versions 4 and 5
7 *
8 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
9 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
10 *
11 * Licensed under The MIT License
12 * Redistributions of files must retain the above copyright notice.
13 *
14 * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
15 * @link http://cakephp.org CakePHP(tm) Project
16 * @package cake
17 * @subpackage cake.cake.libs.view.templates.layouts
18 * @since CakePHP(tm) v 0.10.0.1076
19 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
20 */
21 ?>
22 Ajax!
23 <?php echo $content_for_layout; ?>