Merging changes to the trunk.
Updated headers. beginning to clean up files that are not used in this version of Cake git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1593 3807eeeb-6ff5-0310-8944-8be069107fe0
|
@ -7,18 +7,16 @@
|
||||||
; * PHP versions 4 and 5
|
; * PHP versions 4 and 5
|
||||||
; *
|
; *
|
||||||
; * CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
; * CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
; * Copyright (c) 2005, CakePHP Authors/Developers
|
; * Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
; *
|
; * 1785 E. Sahara Avenue, Suite 490-204
|
||||||
; * Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
; * Las Vegas, Nevada 89104
|
||||||
; * Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
; *
|
; *
|
||||||
; * Licensed under The MIT License
|
; * Licensed under The MIT License
|
||||||
; * Redistributions of files must retain the above copyright notice.
|
; * Redistributions of files must retain the above copyright notice.
|
||||||
; *
|
; *
|
||||||
; * @filesource
|
; * @filesource
|
||||||
; * @author CakePHP Authors/Developers
|
; * @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
; * @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
; * @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
; * @package cake
|
; * @package cake
|
||||||
; * @subpackage cake.cake.app.config
|
; * @subpackage cake.cake.app.config
|
||||||
; * @since CakePHP v 0.10.0.1076
|
; * @since CakePHP v 0.10.0.1076
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.config
|
* @subpackage cake.cake.app.config
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
@ -97,7 +94,7 @@ define('CAKE_SESSION_SAVE', 'php');
|
||||||
* The define below is used to turn cake built webservices
|
* The define below is used to turn cake built webservices
|
||||||
* on or off. Default setting is off.
|
* on or off. Default setting is off.
|
||||||
*/
|
*/
|
||||||
define('WEBSERVICES', 'on');
|
define('WEBSERVICES', 'off');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compress output CSS (removing comments, whitespace, repeating tags etc.)
|
* Compress output CSS (removing comments, whitespace, repeating tags etc.)
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.config
|
* @subpackage cake.cake.app.config
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -11,19 +11,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.config
|
* @subpackage cake.cake.app.config
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -11,19 +11,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.config
|
* @subpackage cake.cake.app.config
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -5,19 +5,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app
|
* @subpackage cake.cake.app
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.webroot
|
* @subpackage cake.cake.app.webroot
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -1,203 +1,195 @@
|
||||||
body
|
/* CSS Document */
|
||||||
{
|
@import url("cake.forms.css");
|
||||||
margin: 4px 30px;
|
|
||||||
font: 13px "Trebuchet MS",Verdana,Arial,Sans-serif;
|
* {
|
||||||
background-color: #51230B;
|
padding:0;
|
||||||
line-height: 18px;
|
margin:0;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font: 76% Verdana, Arial, Sans-serif;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
#wrapper {
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
#header {
|
||||||
|
height: 101px;
|
||||||
|
background: #0D5087 url(../img/cake.header_bg.png) repeat-x left top;
|
||||||
|
border-bottom: 1px solid #000;
|
||||||
|
}
|
||||||
|
#content {
|
||||||
|
min-height:400px;
|
||||||
|
background-color: #fff;
|
||||||
|
padding:2em 4em;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
text-align:center;
|
||||||
|
padding:1em 0;
|
||||||
|
font-size:smaller;
|
||||||
|
border-top:1px solid #333;
|
||||||
|
background-color: #063260;
|
||||||
|
color:#fff;
|
||||||
|
line-height:1.5;
|
||||||
|
}
|
||||||
|
#footer a {
|
||||||
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1, h2, h3, h4 {
|
||||||
{
|
padding-bottom:0.5em;
|
||||||
margin: 4px;
|
|
||||||
padding: 0;
|
|
||||||
color: #71300F;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
h1 em {
|
font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
|
||||||
color: #DBA941;
|
}
|
||||||
|
h1, a {
|
||||||
|
color:#DB8101;
|
||||||
|
}
|
||||||
|
h1 em, a em {
|
||||||
|
color:#008BCC;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
}
|
}
|
||||||
h2 a {
|
ul.colored a em
|
||||||
color: #fff;
|
h2 {
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
}
|
|
||||||
h2 a:hover {
|
|
||||||
color: #DBA941;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2.cake
|
|
||||||
{
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
padding: 0;
|
|
||||||
color: #71300F;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 em {
|
|
||||||
color: #DBA941;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-variant: normal;
|
color:#666;
|
||||||
}
|
}
|
||||||
h3
|
a:hover, a:hover em {
|
||||||
{
|
color:#A22424;
|
||||||
margin-top: 20px;
|
text-decoration:none;
|
||||||
margin-bottom: 6px;
|
|
||||||
color: #71300F;
|
|
||||||
}
|
}
|
||||||
acronym
|
#content p, #content ul, #content ol {
|
||||||
{
|
line-height:1.5;
|
||||||
border-bottom: 1px dotted #DBA941;
|
padding-bottom:1em;
|
||||||
|
}
|
||||||
|
ul, ol {
|
||||||
|
margin-left:3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul
|
/* tables */
|
||||||
{
|
|
||||||
font-family: Helvetica;
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
padding: 2px 30px;
|
|
||||||
}
|
|
||||||
ul li
|
|
||||||
{
|
|
||||||
list-style-image: url("../img/cake.redbox.gif");
|
|
||||||
margin-bottom: 8px;
|
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid #333;
|
||||||
|
clear:both;
|
||||||
|
margin: 0 0 2em 0;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
p
|
th {
|
||||||
{
|
background-color: #ccc;
|
||||||
font-family: Helvetica;
|
border-top: 1px solid #fff;
|
||||||
margin-top: 2px;
|
border-right: 1px solid #666;
|
||||||
margin-left: 4px;
|
border-bottom: 1px solid #666;
|
||||||
margin-bottom: 6px;
|
text-align: center;
|
||||||
|
padding:3px;
|
||||||
|
}
|
||||||
|
table tr td {
|
||||||
|
border-right: 1px solid #ccc;
|
||||||
|
padding:4px 4px;
|
||||||
|
vertical-align:top;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table tr.altRow td {
|
||||||
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container
|
/* scaffold show */
|
||||||
{
|
|
||||||
margin-bottom: 20px;
|
|
||||||
border: 5px solid #fff;
|
div.related {
|
||||||
background-color: #EBEDEE;
|
clear:both;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
dl {
|
||||||
|
line-height:2em;
|
||||||
|
margin:1em;
|
||||||
|
}
|
||||||
|
dt {
|
||||||
|
font-weight: bold;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
margin-left:10em;
|
||||||
|
margin-top:-2em;
|
||||||
|
vertical-align:top;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header
|
/* scaffold buttons */
|
||||||
{
|
|
||||||
padding: 0px;
|
|
||||||
height: 114px;
|
.notice {
|
||||||
background: #fff url("../img/cake.bg.header.gif") repeat-x;
|
color: #DB8101;
|
||||||
border-bottom: 1px solid #D2D7D8;
|
background-color: #ddd;
|
||||||
margin-bottom: 16px;
|
display: block;
|
||||||
text-align: right;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
#header img
|
.tip {
|
||||||
{
|
color: #DB8101;
|
||||||
float: left;
|
background-color: #ddd;
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
border: 0;
|
padding: 1em;
|
||||||
}
|
|
||||||
#headerNav
|
|
||||||
{
|
|
||||||
float: left;
|
|
||||||
margin-top: 56px;
|
|
||||||
margin-left: 20px;
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #71300F;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#headerNav a {
|
ul.actions {
|
||||||
padding: 4px 10px;
|
list-style: none;
|
||||||
|
text-align:left;
|
||||||
|
margin:2em 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
#headerNav a:hover {
|
ul.actions li {
|
||||||
padding: 4px 10px;
|
margin-left:1em;
|
||||||
background-color: #D2D7D8;
|
list-style: none;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
#headerNav .active {
|
ul.actions li a, ul.actions li input {
|
||||||
padding: 4px 10px;
|
padding: 2px 12px;
|
||||||
background-color: #fff;
|
color: #DB8101;
|
||||||
|
background-color:#ccc;
|
||||||
|
text-decoration: none;
|
||||||
|
border: 1px solid #666;
|
||||||
|
line-height: 24px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align:center;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#pageNav {
|
ul.actions li a:hover {
|
||||||
clear: both;
|
color: #DB8101;
|
||||||
margin-top: 0px;
|
background-color:#fff;
|
||||||
margin-right: 30px;
|
text-decoration: none;
|
||||||
margin-left: 30px;
|
}
|
||||||
text-align: right;
|
td.listactions {
|
||||||
font-size: 15px;
|
width: 14em;
|
||||||
font-weight: bold;
|
text-align: center;
|
||||||
color: #71300F;
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
td.listactions a {
|
||||||
|
padding: 0px 8px;
|
||||||
|
text-align:center;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #DB8101;
|
||||||
|
background-color:#ccc;
|
||||||
|
text-decoration: none;
|
||||||
|
border: 1px solid #666;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
td.listactions a:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color:#DB8101;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageNav a {
|
/* index links */
|
||||||
padding: 4px 10px;
|
|
||||||
border-top: 1px solid #EBEDEE;
|
ul.colored a {
|
||||||
border-left: 1px solid #EBEDEE;
|
|
||||||
border-right: 1px solid #EBEDEE;
|
|
||||||
}
|
}
|
||||||
#pageNav a:hover {
|
ul.colored a em {
|
||||||
padding: 4px 10px;
|
|
||||||
background-color: #fff;
|
|
||||||
border-top: 1px solid #D2D7D8;
|
|
||||||
border-left: 1px solid #D2D7D8;
|
|
||||||
border-right: 1px solid #D2D7D8;
|
|
||||||
}
|
|
||||||
#pageNav .active {
|
|
||||||
padding: 4px 10px;
|
|
||||||
background-color: #fff;
|
|
||||||
border-top: 1px solid #D2D7D8;
|
|
||||||
border-left: 1px solid #D2D7D8;
|
|
||||||
border-right: 1px solid #D2D7D8;
|
|
||||||
}
|
|
||||||
#content
|
|
||||||
{
|
|
||||||
clear: both;
|
|
||||||
margin: 2px 20px 20px 20px;
|
|
||||||
padding: 20px 28px 40px 22px;
|
|
||||||
background-color: #fff;
|
|
||||||
border-top: 1px solid #D2D7D8;
|
|
||||||
border-left: 1px solid #D2D7D8;
|
|
||||||
border-right: 1px solid #D2D7D8;
|
|
||||||
border-bottom: 1px solid #D2D7D8;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
a
|
|
||||||
{
|
|
||||||
color: #71300F;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a {
|
||||||
{
|
font-weight: bold;
|
||||||
color: #71300F;
|
|
||||||
text-decoration: underline;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer
|
|
||||||
{
|
|
||||||
padding-bottom: 0px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
/***Please Leave Powered by Cake****/
|
|
||||||
#pb-cake {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding-right: 6px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#pb-cake a {
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.message {
|
|
||||||
background-color: #E3FFD1;
|
|
||||||
border:1px solid #060;
|
|
||||||
padding:1em;
|
|
||||||
margin-bottom:1em;
|
|
||||||
}
|
}
|
|
@ -5,7 +5,7 @@ form {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
border-width: 0px 0px 0px 0px;
|
border-width: 0px 0px 0px 0px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #71300F;
|
border-color: #DB8101;
|
||||||
}
|
}
|
||||||
|
|
||||||
form fieldset {
|
form fieldset {
|
||||||
|
@ -45,7 +45,6 @@ textarea {
|
||||||
form div {
|
form div {
|
||||||
clear: left;
|
clear: left;
|
||||||
display: block;
|
display: block;
|
||||||
height: expression('1%');
|
|
||||||
margin: 5px 0px 0px 0px;
|
margin: 5px 0px 0px 0px;
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
}
|
}
|
||||||
|
@ -123,7 +122,6 @@ form div.required label, label.required {
|
||||||
form div label.labelCheckbox, form div label.labelRadio {
|
form div label.labelCheckbox, form div label.labelRadio {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
height: expression('1%');
|
|
||||||
margin: 0px 0px 5px 142px;
|
margin: 0px 0px 5px 142px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@ -132,14 +130,13 @@ form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
|
||||||
margin: 0px 0px 5px 0px;
|
margin: 0px 0px 5px 0px;
|
||||||
}
|
}
|
||||||
p.error {
|
p.error {
|
||||||
color: #71300F;
|
color: #DB8101;
|
||||||
background-color: #DBA941;
|
background-color: #DBA941;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
form div input, form div select, form div textarea {
|
form div input, form div select, form div textarea {
|
||||||
background-color: #f4f4f4;
|
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
@ -169,7 +166,7 @@ form div.submit {
|
||||||
|
|
||||||
div.submit input {
|
div.submit input {
|
||||||
padding: 2px 12px;
|
padding: 2px 12px;
|
||||||
color: #71300F;
|
color: #DB8101;
|
||||||
background-color:#ccc;
|
background-color:#ccc;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
|
@ -182,7 +179,7 @@ div.submit input {
|
||||||
div.submit input:hover {
|
div.submit input:hover {
|
||||||
padding: 2px 12px;
|
padding: 2px 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color:#71300F;
|
background-color:#DB8101;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -202,7 +199,6 @@ form div small {
|
||||||
margin: 0px 0px 5px 142px;
|
margin: 0px 0px 5px 142px;
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
font-size: 88%;
|
font-size: 88%;
|
||||||
height: expression('1%');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* form.import.css */
|
/* form.import.css */
|
||||||
|
@ -215,12 +211,6 @@ form input, form select, form textarea {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
form textarea.expanding {
|
|
||||||
overflow: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.optional label:before {
|
div.optional label:before {
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
@ -232,7 +222,6 @@ div.required label:before {
|
||||||
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
|
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
|
||||||
display: block;
|
display: block;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
height: expression('1%');
|
|
||||||
padding: 4px 0px 0px 18px;
|
padding: 4px 0px 0px 18px;
|
||||||
text-indent: -18px;
|
text-indent: -18px;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
|
@ -245,7 +234,6 @@ form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio inpu
|
||||||
form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
|
form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
margin: 0px 0px 0px 18px;
|
margin: 0px 0px 0px 18px;
|
||||||
margin: expression('0px 0px 0px -124px');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form div label.compact {
|
form div label.compact {
|
||||||
|
|
9
app/webroot/css/cake.ie.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
form div,
|
||||||
|
form div label.labelCheckbox, form div label.labelRadio,
|
||||||
|
form div small,
|
||||||
|
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
|
||||||
|
height: expression('1%');
|
||||||
|
}
|
||||||
|
form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
|
||||||
|
margin: expression('0px 0px 0px -124px');
|
||||||
|
}
|
|
@ -1,155 +0,0 @@
|
||||||
/* CSS Document */
|
|
||||||
h1
|
|
||||||
{
|
|
||||||
padding: 2px 6px;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #71300F;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
h2
|
|
||||||
{
|
|
||||||
padding: 1px 6px;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #71300F;
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
code, pre {
|
|
||||||
color:#44a;
|
|
||||||
font-family:monospace;
|
|
||||||
font-size:1.15em;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
color:#227;
|
|
||||||
margin:0 .2em;
|
|
||||||
white-space:nowrap;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin-left:1em;
|
|
||||||
}
|
|
||||||
acronym {
|
|
||||||
border-bottom:1px dotted #666;
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
margin-top:1em;
|
|
||||||
list-style:none;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-left:2em;
|
|
||||||
list-style:none;
|
|
||||||
list-style-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice {
|
|
||||||
color: #71300F;
|
|
||||||
background-color: #DBA941;
|
|
||||||
font-family: Verdana;
|
|
||||||
display: block;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
.tip {
|
|
||||||
color: #71300F;
|
|
||||||
font-size: 14px;
|
|
||||||
background-color: #DBA941;
|
|
||||||
display: block;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.actions {
|
|
||||||
list-style: none;
|
|
||||||
text-align:left;
|
|
||||||
margin:2em 0;
|
|
||||||
padding: 0 0em;
|
|
||||||
}
|
|
||||||
ul.actions li {
|
|
||||||
margin-left:1em;
|
|
||||||
list-style: none;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
ul.actions li a, ul.actions li input {
|
|
||||||
padding: 2px 12px;
|
|
||||||
color: #71300F;
|
|
||||||
background-color:#ccc;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #666;
|
|
||||||
line-height: 24px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align:center;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
ul.actions li a:hover {
|
|
||||||
color: #71300F;
|
|
||||||
background-color:#fff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
td.listactions {
|
|
||||||
width: 14em;
|
|
||||||
text-align: center;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
td.listactions a {
|
|
||||||
|
|
||||||
padding: 0px 8px;
|
|
||||||
text-align:center;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #71300F;
|
|
||||||
background-color:#ccc;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #666;
|
|
||||||
|
|
||||||
}
|
|
||||||
td.listactions a:hover {
|
|
||||||
padding: 0px 8px;
|
|
||||||
text-align:center;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #fff;
|
|
||||||
background-color:#71300F;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #666;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #333;
|
|
||||||
clear:both;
|
|
||||||
margin: 0em 0 2em 0;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
background-color: #ccc;
|
|
||||||
border-top: 1px solid #fff;
|
|
||||||
border-right: 1px solid #666;
|
|
||||||
border-bottom: 1px solid #666;
|
|
||||||
text-align: center;
|
|
||||||
padding:3px;
|
|
||||||
}
|
|
||||||
table tr td {
|
|
||||||
border-right: 1px solid #ccc;
|
|
||||||
padding:4px 4px;
|
|
||||||
font-size: 12px;
|
|
||||||
vertical-align:top;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
table tr.altRow td {
|
|
||||||
background: #f4f4f4;
|
|
||||||
}
|
|
||||||
div.related {
|
|
||||||
clear:both;
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
dl {
|
|
||||||
line-height:2em;
|
|
||||||
margin:1em;
|
|
||||||
}
|
|
||||||
dt {
|
|
||||||
font-weight: bold;
|
|
||||||
vertical-align:top;
|
|
||||||
}
|
|
||||||
dd {
|
|
||||||
margin-left:10em;
|
|
||||||
margin-top:-2em;
|
|
||||||
vertical-align:top;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 531 B |
BIN
app/webroot/img/cake.header_bg.png
Normal file
After Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 45 B |
Before Width: | Height: | Size: 2.9 KiB |
BIN
app/webroot/img/w3c_css.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
app/webroot/img/w3c_xhtml10.png
Normal file
After Width: | Height: | Size: 321 B |
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.webroot
|
* @subpackage cake.cake.app.webroot
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.public.js
|
* @subpackage cake.public.js
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake
|
* @subpackage cake.cake
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake
|
* @subpackage cake.cake
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake
|
* @subpackage cake.cake
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.config.inflections
|
* @subpackage cake.cake.config.inflections
|
||||||
* @since CakePHP v .0.10.x.x
|
* @since CakePHP v .0.10.x.x
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.config
|
* @subpackage cake.cake.app.config
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,17 @@
|
||||||
; * PHP versions 4 and 5
|
; * PHP versions 4 and 5
|
||||||
; *
|
; *
|
||||||
; * CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
; * CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
; * Copyright (c) 2005, CakePHP Authors/Developers
|
; * Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
; *
|
; * 1785 E. Sahara Avenue, Suite 490-204
|
||||||
; * Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
; * Las Vegas, Nevada 89104
|
||||||
; * Larry E. Masters aka PhpNut <nut@phpnut.com>
|
|
||||||
; * Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
; *
|
; *
|
||||||
; * Licensed under The MIT License
|
; * Licensed under The MIT License
|
||||||
; * Redistributions of files must retain the above copyright notice.
|
; * Redistributions of files must retain the above copyright notice.
|
||||||
; *
|
; *
|
||||||
; * @filesource
|
; * @filesource
|
||||||
; * @author CakePHP Authors/Developers
|
; *
|
||||||
; * @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
; * @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
; * @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
; * @package cake
|
; * @package cake
|
||||||
; * @subpackage cake.cake.app.config
|
; * @subpackage cake.cake.app.config
|
||||||
; * @since CakePHP v 0.10.0.1076
|
; * @since CakePHP v 0.10.0.1076
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake
|
* @subpackage cake.cake
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
@ -267,10 +264,8 @@ class Dispatcher extends Object
|
||||||
}
|
}
|
||||||
$params['bare'] = empty($params['ajax'])? (empty($params['bare'])? 0: 1): 1;
|
$params['bare'] = empty($params['ajax'])? (empty($params['bare'])? 0: 1): 1;
|
||||||
|
|
||||||
if(defined('WEBSERVICES'))
|
$params['webservices'] = empty($params['webservices']) ? null : $params['webservices'];
|
||||||
{
|
|
||||||
$params['webservices'] = empty($params['webservices']) ? null : $params['webservices'];
|
|
||||||
}
|
|
||||||
return $params;
|
return $params;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,17 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
*
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.9.2
|
* @since CakePHP v 0.9.2
|
||||||
|
|
|
@ -7,17 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
*
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller
|
* @subpackage cake.cake.libs.controller
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components
|
* @subpackage cake.cake.libs.controller.components
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components
|
* @subpackage cake.cake.libs.controller.components
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.controllers.componenets.dbacl
|
* @subpackage cake.cake.app.controllers.componenets.dbacl
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
* @subpackage cake.cake.libs.controller.components.dbacl.models
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.app.controllers.componenets
|
* @subpackage cake.cake.app.controllers.componenets
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
@ -42,23 +39,23 @@ uses('controller/components/acl_base');
|
||||||
|
|
||||||
class INI_ACL extends AclBase
|
class INI_ACL extends AclBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The constructor must be overridden, as AclBase is abstract.
|
* The constructor must be overridden, as AclBase is abstract.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main ACL check function. Checks to see if the ARO (access request object) has access to the ACO (access control object).
|
* Main ACL check function. Checks to see if the ARO (access request object) has access to the ACO (access control object).
|
||||||
* Looks at the acl.ini.php file for permissions (see instructions in /config/acl.ini.php).
|
* Looks at the acl.ini.php file for permissions (see instructions in /config/acl.ini.php).
|
||||||
*
|
*
|
||||||
* @param string $aro
|
* @param string $aro
|
||||||
* @param string $aco
|
* @param string $aco
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
function check($aro, $aco, $aco_action = null)
|
function check($aro, $aco, $aco_action = null)
|
||||||
{
|
{
|
||||||
$aclConfig = $this->readConfigFile(CONFIGS . 'acl.ini.php');
|
$aclConfig = $this->readConfigFile(CONFIGS . 'acl.ini.php');
|
||||||
|
@ -124,12 +121,12 @@ class INI_ACL extends AclBase
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parses an INI file and returns an array that reflects the INI file's section structure. Double-quote friendly.
|
* Parses an INI file and returns an array that reflects the INI file's section structure. Double-quote friendly.
|
||||||
*
|
*
|
||||||
* @param string $fileName
|
* @param string $fileName
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
function readConfigFile ($fileName)
|
function readConfigFile ($fileName)
|
||||||
{
|
{
|
||||||
$fileLineArray = file($fileName);
|
$fileLineArray = file($fileName);
|
||||||
|
@ -174,12 +171,12 @@ class INI_ACL extends AclBase
|
||||||
return $iniSetting;
|
return $iniSetting;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes trailing spaces on all array elements (to prepare for searching)
|
* Removes trailing spaces on all array elements (to prepare for searching)
|
||||||
*
|
*
|
||||||
* @param array $array
|
* @param array $array
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
function arrayTrim($array)
|
function arrayTrim($array)
|
||||||
{
|
{
|
||||||
foreach($array as $element) {
|
foreach($array as $element) {
|
||||||
|
|
|
@ -9,17 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
*
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Licensed under The MIT License
|
* Licensed under The MIT License
|
||||||
* Redistributions of files must retain the above copyright notice.
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.components
|
* @subpackage cake.cake.libs.controller.components
|
||||||
* @since CakePHP v 0.10.0.1232
|
* @since CakePHP v 0.10.0.1232
|
||||||
|
|
|
@ -7,19 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller
|
* @subpackage cake.cake.libs.controller
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
@ -573,9 +570,9 @@ class Controller extends Object
|
||||||
foreach( $pass as $key=>$value )
|
foreach( $pass as $key=>$value )
|
||||||
{
|
{
|
||||||
|
|
||||||
if( $alias.$key == $this->{$model}->tableToModel[$fieldNames[ $tabl['name'] ]['table']] && isset( $value['id'] ) && isset( $value[$otherDisplayField] ) )
|
if( $alias.$key == $this->{$model}->tableToModel[$fieldNames[ $tabl['name'] ]['table']] && isset( $value[$otherModel->primaryKey] ) && isset( $value[$otherDisplayField] ) )
|
||||||
{
|
{
|
||||||
$fieldNames[ $tabl['name']]['options'][$value['id']] = $value[$otherDisplayField];
|
$fieldNames[ $tabl['name']]['options'][$value[$otherModel->primaryKey]] = $value[$otherDisplayField];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -612,7 +609,9 @@ class Controller extends Object
|
||||||
//BUGBUG: Need a better way to determine if this field is an auto increment foreign key.
|
//BUGBUG: Need a better way to determine if this field is an auto increment foreign key.
|
||||||
// If it is a number, and it is a foreign key, we'll make a HUGE assumption that it is an auto increment field.
|
// If it is a number, and it is a foreign key, we'll make a HUGE assumption that it is an auto increment field.
|
||||||
// for foreign key autonumber fields, we'll set the type to 'key' so that it does not display in the input form.
|
// for foreign key autonumber fields, we'll set the type to 'key' so that it does not display in the input form.
|
||||||
if( 0 == strncmp($tabl['name'], 'id', 2) )
|
|
||||||
|
$charCount = strlen($this->$model->primaryKey);
|
||||||
|
if( 0 == strncmp($tabl['name'], $this->$model->primaryKey, $charCount) )
|
||||||
{
|
{
|
||||||
$fieldNames[ $tabl['name']]['type'] = 'hidden';
|
$fieldNames[ $tabl['name']]['type'] = 'hidden';
|
||||||
}
|
}
|
||||||
|
@ -635,9 +634,9 @@ class Controller extends Object
|
||||||
{
|
{
|
||||||
foreach( $pass as $key=>$value )
|
foreach( $pass as $key=>$value )
|
||||||
{
|
{
|
||||||
if( $alias.$key == $this->{$model}->tableToModel[$fieldNames[ $tabl['name'] ]['table']] && isset( $value['id'] ) && isset( $value[$otherDisplayField] ) )
|
if( $alias.$key == $this->{$model}->tableToModel[$fieldNames[ $tabl['name'] ]['table']] && isset( $value[$otherModel->primaryKey] ) && isset( $value[$otherDisplayField] ) )
|
||||||
{
|
{
|
||||||
$fieldNames[ $tabl['name']]['options'][$value['id']] = $value[$otherDisplayField];
|
$fieldNames[ $tabl['name']]['options'][$value[$otherModel->primaryKey]] = $value[$otherDisplayField];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -703,9 +702,9 @@ class Controller extends Object
|
||||||
{
|
{
|
||||||
foreach( $pass as $key=>$value )
|
foreach( $pass as $key=>$value )
|
||||||
{
|
{
|
||||||
if( $key == $modelName && isset( $value['id'] ) && isset( $value[$otherDisplayField] ) )
|
if( $key == $modelName && isset( $value[$modelObject->primaryKey] ) && isset( $value[$otherDisplayField] ) )
|
||||||
{
|
{
|
||||||
$fieldNames[$modelKeyM]['options'][$value['id']] = $value[$otherDisplayField];
|
$fieldNames[$modelKeyM]['options'][$value[$modelObject->primaryKey]] = $value[$otherDisplayField];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -713,7 +712,7 @@ class Controller extends Object
|
||||||
{
|
{
|
||||||
foreach( $data[$manyAssociation] as $key => $row )
|
foreach( $data[$manyAssociation] as $key => $row )
|
||||||
{
|
{
|
||||||
$fieldNames[$modelKeyM]['selected'][$row['id']] = $row['id'];
|
$fieldNames[$modelKeyM]['selected'][$row[$modelObject->primaryKey]] = $row[$modelObject->primaryKey];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller
|
* @subpackage cake.cake.libs.controller
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,18 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller
|
* @subpackage cake.cake.libs.controller
|
||||||
* @since Cake v 0.10.0.1076
|
* @since Cake v 0.10.0.1076
|
||||||
|
|
|
@ -7,18 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
@ -43,10 +41,11 @@
|
||||||
echo $form->generateSubmitDiv( 'Save' )
|
echo $form->generateSubmitDiv( 'Save' )
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
</form>
|
||||||
<ul class='actions'>
|
<ul class='actions'>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo "<li>".$html->linkTo('Delete '.Inflector::humanize($modelName), '/'.$this->viewPath.'/destroy/'.$data[$modelKey]['id'])."</li>";
|
echo "<li>".$html->linkTo('Delete '.Inflector::humanize($modelName), '/'.$this->viewPath.'/destroy/'.$data[$modelKey][$this->controller->{$modelName}->primaryKey])."</li>";
|
||||||
echo "<li>".$html->linkTo('List '.Inflector::humanize($modelName), '/'.$this->viewPath.'/index')."</li>";
|
echo "<li>".$html->linkTo('List '.Inflector::humanize($modelName), '/'.$this->viewPath.'/index')."</li>";
|
||||||
foreach( $fieldNames as $field => $value ) {
|
foreach( $fieldNames as $field => $value ) {
|
||||||
if( isset( $value['foreignKey'] ) )
|
if( isset( $value['foreignKey'] ) )
|
||||||
|
|
|
@ -7,18 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
@ -80,9 +78,9 @@
|
||||||
} ?>
|
} ?>
|
||||||
</td>
|
</td>
|
||||||
<?php } // end for each $fieldNames as $field=>value ?>
|
<?php } // end for each $fieldNames as $field=>value ?>
|
||||||
<td class="listactions"><?php echo $html->linkTo('View',"/".$this->viewPath."/show/{$row[$modelKey]['id']}/")?>
|
<td class="listactions"><?php echo $html->linkTo('View',"/".$this->viewPath."/show/{$row[$modelKey][$this->controller->{$model}->primaryKey]}/")?>
|
||||||
<?php echo $html->linkTo('Edit',"/".$this->viewPath."/edit/{$row[$modelKey]['id']}/")?>
|
<?php echo $html->linkTo('Edit',"/".$this->viewPath."/edit/{$row[$modelKey][$this->controller->{$model}->primaryKey]}/")?>
|
||||||
<?php echo $html->linkTo('Delete',"/".$this->viewPath."/destroy/{$row[$modelKey]['id']}/")?>
|
<?php echo $html->linkTo('Delete',"/".$this->viewPath."/destroy/{$row[$modelKey][$this->controller->{$model}->primaryKey]}/")?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -7,18 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
@ -36,8 +34,8 @@
|
||||||
echo $form->generateFields( $fieldNames );
|
echo $form->generateFields( $fieldNames );
|
||||||
|
|
||||||
echo $form->generateSubmitDiv( 'Add' )
|
echo $form->generateSubmitDiv( 'Add' )
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
</form>
|
||||||
<ul class='actions'>
|
<ul class='actions'>
|
||||||
<?php
|
<?php
|
||||||
echo "<li>".$html->linkTo('List '.Inflector::humanize($this->name), '/'.$this->viewPath.'/index')."</li>";
|
echo "<li>".$html->linkTo('List '.Inflector::humanize($this->name), '/'.$this->viewPath.'/index')."</li>";
|
||||||
|
|
|
@ -7,18 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Licensed under The MIT License
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
* @subpackage cake.cake.libs.controller.templates.scaffolds
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
@ -77,14 +75,14 @@
|
||||||
</dl>
|
</dl>
|
||||||
<ul class='actions'>
|
<ul class='actions'>
|
||||||
<?php
|
<?php
|
||||||
echo "<li>".$html->linkTo('Edit '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/edit/'.$data[$objModel->tableToModel[$objModel->table]]['id'])."</li>";
|
echo "<li>".$html->linkTo('Edit '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/edit/'.$data[$objModel->tableToModel[$objModel->table]][$this->controller->{$modelName}->primaryKey])."</li>";
|
||||||
echo "<li>".$html->linkTo('Delete '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/destroy/'.$data[$objModel->tableToModel[$objModel->table]]['id'])."</li>";
|
echo "<li>".$html->linkTo('Delete '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/destroy/'.$data[$objModel->tableToModel[$objModel->table]][$this->controller->{$modelName}->primaryKey])."</li>";
|
||||||
echo "<li>".$html->linkTo('List '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/index')."</li>";
|
echo "<li>".$html->linkTo('List '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/index')."</li>";
|
||||||
echo "<li>".$html->linkTo('New '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/add')."</li>";
|
echo "<li>".$html->linkTo('New '.Inflector::humanize($objModel->name), '/'.$this->viewPath.'/add')."</li>";
|
||||||
foreach( $fieldNames as $field => $value ) {
|
foreach( $fieldNames as $field => $value ) {
|
||||||
if( isset( $value['foreignKey'] ) )
|
if( isset( $value['foreignKey'] ) )
|
||||||
{
|
{
|
||||||
echo "<li>".$html->linkTo( "View ".Inflector::humanize($value['controller']), "/".Inflector::underscore($value['controller'])."/show/".$data[$alias]['id'] )."</li>";
|
echo "<li>".$html->linkTo( "View ".Inflector::humanize($value['controller']), "/".Inflector::underscore($value['controller'])."/show/".$data[$alias][$otherModelObject->primaryKey] )."</li>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -115,7 +113,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
echo "</dl>";
|
echo "</dl>";
|
||||||
echo "<ul class='actions'><li>".$html->linkTo('Edit '.Inflector::humanize($association),"/".Inflector::underscore($controller)."/edit/{$data[$association]['id']}")."</li></ul></div>";
|
echo "<ul class='actions'><li>".$html->linkTo('Edit '.Inflector::humanize($association),"/".Inflector::underscore($controller)."/edit/{$data[$association][$otherModelObject->primaryKey]}")."</li></ul></div>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -165,9 +163,9 @@
|
||||||
echo "<td>".$value."</td>";
|
echo "<td>".$value."</td>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<td class="listactions"><?php echo $html->linkTo('View',"/".Inflector::underscore($controller)."/show/{$row['id']}/")?>
|
<td class="listactions"><?php echo $html->linkTo('View',"/".Inflector::underscore($controller)."/show/{$row[$this->controller->{$modelName}->{$association}->primaryKey]}/")?>
|
||||||
<?php echo $html->linkTo('Edit',"/".Inflector::underscore($controller)."/edit/{$row['id']}/")?>
|
<?php echo $html->linkTo('Edit',"/".Inflector::underscore($controller)."/edit/{$row[$this->controller->{$modelName}->{$association}->primaryKey]}/")?>
|
||||||
<?php echo $html->linkTo('Delete',"/".Inflector::underscore($controller)."/destroy/{$row['id']}/")?>
|
<?php echo $html->linkTo('Delete',"/".Inflector::underscore($controller)."/destroy/{$row[$this->controller->{$modelName}->{$association}->primaryKey]}/")?>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
@ -181,7 +179,6 @@
|
||||||
// add a link to create a new relation.
|
// add a link to create a new relation.
|
||||||
|
|
||||||
echo "<li>".$html->linkTo('New '.Inflector::humanize($association),"/".Inflector::underscore($controller)."/add/")."</li>";
|
echo "<li>".$html->linkTo('New '.Inflector::humanize($association),"/".Inflector::underscore($controller)."/add/")."</li>";
|
||||||
// echo "<li>".$html->linkTo( "View ".Inflector::humanize($table), "/".Inflector::underscore($table)."/list/".$modelName."/".$data[$modelName]['id'])."</li>";
|
|
||||||
?>
|
?>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
|
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -8,19 +8,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -8,19 +8,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.applications.app
|
* @subpackage cake.cake.libs.generator.generators.applications.app
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.controller
|
* @subpackage cake.cake.libs.generator.generators.class_templates.controller
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.controller.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.model
|
* @subpackage cake.cake.libs.generator.generators.class_templates.model
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.model.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.scaffold.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -7,19 +7,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
||||||
* @since CakePHP v 0.10.0.1076
|
* @since CakePHP v 0.10.0.1076
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.view.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
* @subpackage cake.cake.libs.generator.generators.class_templates.web.templates
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.generators.class_templates.web
|
* @subpackage cake.cake.libs.generator.generators.class_templates.web
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.scripts
|
* @subpackage cake.cake.libs.generator.scripts
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.scripts
|
* @subpackage cake.cake.libs.generator.scripts
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator.scripts
|
* @subpackage cake.cake.libs.generator.scripts
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.generator
|
* @subpackage cake.cake.libs.generator
|
||||||
* @since CakePHP v TBD
|
* @since CakePHP v TBD
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -10,19 +10,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs
|
* @subpackage cake.cake.libs
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|
|
@ -9,19 +9,16 @@
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
||||||
* Copyright (c) 2005, CakePHP Authors/Developers
|
* Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
|
* 1785 E. Sahara Avenue, Suite 490-204
|
||||||
|
* Las Vegas, Nevada 89104
|
||||||
*
|
*
|
||||||
* Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com>
|
* Licensed under The MIT License
|
||||||
* Larry E. Masters aka PhpNut <nut@phpnut.com>
|
* Redistributions of files must retain the above copyright notice.
|
||||||
* Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
|
||||||
*
|
|
||||||
* Licensed under The MIT License
|
|
||||||
* Redistributions of files must retain the above copyright notice.
|
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author CakePHP Authors/Developers
|
* @copyright Copyright (c) 2005, Cake Software Foundation, Inc.
|
||||||
* @copyright Copyright (c) 2005, CakePHP Authors/Developers
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
||||||
* @link https://trac.cakephp.org/wiki/Authors Authors/Developers
|
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.libs.model.dbo
|
* @subpackage cake.cake.libs.model.dbo
|
||||||
* @since CakePHP v 0.2.9
|
* @since CakePHP v 0.2.9
|
||||||
|
|