mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
change license to The MIT License
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@109 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
1e6c7b9d90
commit
bb71238ec1
29 changed files with 1077 additions and 797 deletions
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.app
|
* @subpackage cake.app
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.app
|
* @subpackage cake.app
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.config
|
* @subpackage cake.config
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.config
|
* @subpackage cake.config
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.config
|
* @subpackage cake.config
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.config
|
* @subpackage cake.config
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
26
index.php
26
index.php
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -16,14 +23,17 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -18,15 +25,18 @@
|
||||||
* Used by scripts/add.php
|
* Used by scripts/add.php
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Basic Cake functionalities.
|
* Basic Cake functionalities.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Description:
|
* Description:
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -20,15 +27,18 @@
|
||||||
* and creates the model object if proper class exists.
|
* and creates the model object if proper class exists.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -50,15 +57,18 @@
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
26
libs/dbo.php
26
libs/dbo.php
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -49,15 +56,18 @@
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Dispatches the request, creating aproppriate models and controllers.
|
* Dispatches the request, creating aproppriate models and controllers.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -16,15 +23,18 @@
|
||||||
* Purpose: Error Messages Defines
|
* Purpose: Error Messages Defines
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -19,15 +26,18 @@
|
||||||
* Test with $flay = new Flay(); $flay->test();
|
* Test with $flay = new Flay(); $flay->test();
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Folder structure browser, lists folders and files.
|
* Folder structure browser, lists folders and files.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -19,15 +26,18 @@
|
||||||
* Test with $i = new Inflector(); $i->test();
|
* Test with $i = new Inflector(); $i->test();
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -18,15 +25,18 @@
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -24,15 +31,18 @@
|
||||||
* - schema-related cross-table ($has_one, $has_many, $belongs_to)
|
* - schema-related cross-table ($has_one, $has_many, $belongs_to)
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -16,15 +23,18 @@
|
||||||
* Purpose: Object
|
* Purpose: Object
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Parses the request URL into controller, action, and params
|
* Parses the request URL into controller, action, and params
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Templating for Controller class.
|
* Templating for Controller class.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Time related functions, formatting for dates etc.
|
* Time related functions, formatting for dates etc.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* Used to validate data in Models.
|
* Used to validate data in Models.
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.libs
|
* @subpackage cake.libs
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -17,15 +24,18 @@
|
||||||
* The main "loop"
|
* The main "loop"
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.public
|
* @subpackage cake.public
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -16,15 +23,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.public
|
* @subpackage cake.public
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,20 @@
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// + $Id$
|
// + $Id$
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Cake <http://sputnik.pl/cake> + //
|
// + Cake <https://developers.nextco.com/cake/> + //
|
||||||
// + Copyright: (c) 2005 Michal Tatarynowicz + //
|
// + Copyright: (c) 2005 Cake Authors/Developers + //
|
||||||
// + + //
|
// + + //
|
||||||
// + Author(s): (c) 2005 Michal Tatarynowicz <tatarynowicz@gmail.com> + //
|
// + Author(s): Michal Tatarynowicz aka Pies <tatarynowicz@gmail.com> + //
|
||||||
|
// + Larry E. Masters aka PhpNut <nut@phpnut.com> + //
|
||||||
|
// + Kamil Dzielinski aka Brego <brego.dk@gmail.com> + //
|
||||||
// + + //
|
// + + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
// + Licensed under the Public Domain Licence + //
|
// + Licensed under The MIT License + //
|
||||||
|
// + Redistributions of files must retain the above copyright notice. + //
|
||||||
|
// + You may not use this file except in compliance with the License. + //
|
||||||
|
// + + //
|
||||||
|
// + You may obtain a copy of the License at: + //
|
||||||
|
// + License page: http://www.opensource.org/licenses/mit-license.php + //
|
||||||
// +------------------------------------------------------------------+ //
|
// +------------------------------------------------------------------+ //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -16,15 +23,18 @@
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
* @filesource
|
* @filesource
|
||||||
* @modifiedby $LastChangedBy$
|
|
||||||
* @lastmodified $Date$
|
|
||||||
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Michal Tatarynowicz <tatarynowicz@gmail.com>
|
||||||
* @copyright Copyright (c) 2005, Michal Tatarynowicz <tatarynowicz@gmail.com>
|
* @author Larry E. Masters aka PhpNut <nut@phpnut.com>
|
||||||
|
* @author Kamil Dzielinski aka Brego <brego.dk@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2005, Cake Authors/Developers
|
||||||
|
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.scripts
|
* @subpackage cake.scripts
|
||||||
* @since Cake v 0.2.9
|
* @since Cake v 0.2.9
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
* @license Public_Domain
|
* @modifiedby $LastChangedBy$
|
||||||
|
* @lastmodified $Date$
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
## DIRECTORIES
|
## DIRECTORIES
|
||||||
|
|
Loading…
Reference in a new issue