mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
326424592d
Conflicts: cake/VERSION.txt cake/config/config.php cake/dispatcher.php cake/libs/controller/scaffold.php cake/libs/inflector.php cake/libs/view/view.php cake/tests/cases/libs/controller/scaffold.test.php cake/tests/cases/libs/inflector.test.php cake/tests/cases/libs/view/view.test.php cake/tests/fixtures/counter_cache_post_fixture.php cake/tests/fixtures/counter_cache_user_fixture.php
20 lines
No EOL
1 KiB
Text
20 lines
No EOL
1 KiB
Text
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// +--------------------------------------------------------------------------------------------+ // // CakePHP Version
|
|
//
|
|
// Holds a static string representing the current version of CakePHP
|
|
//
|
|
// CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
|
// Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
|
//
|
|
// Licensed under The MIT License
|
|
// Redistributions of files must retain the above copyright notice.
|
|
//
|
|
// @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
|
// @link http://cakephp.org
|
|
// @package cake
|
|
// @subpackage cake.cake.libs
|
|
// @since CakePHP(tm) v 0.2.9
|
|
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
|
// +--------------------------------------------------------------------------------------------+ //
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
1.3.0.0 |