mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Deprecated scaffold and scaffoldview.
They have already been removed in 3.0, so mark them accordingly.
This commit is contained in:
parent
7e5c0f7185
commit
a7ecf44007
2 changed files with 4 additions and 2 deletions
|
@ -28,7 +28,8 @@ App::uses('Scaffold', 'View');
|
||||||
* and afford the web developer an early look at the data, and the possibility to over-ride
|
* and afford the web developer an early look at the data, and the possibility to over-ride
|
||||||
* scaffolded actions with custom-made ones.
|
* scaffolded actions with custom-made ones.
|
||||||
*
|
*
|
||||||
* @package Cake.Controller
|
* @package Cake.Controller
|
||||||
|
* @deprecated Dynamic scaffolding will be removed and replaced in 3.0
|
||||||
*/
|
*/
|
||||||
class Scaffold {
|
class Scaffold {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,8 @@ App::uses('View', 'View');
|
||||||
/**
|
/**
|
||||||
* ScaffoldView provides specific view file loading features for scaffolded views.
|
* ScaffoldView provides specific view file loading features for scaffolded views.
|
||||||
*
|
*
|
||||||
* @package Cake.View
|
* @package Cake.View
|
||||||
|
* @deprecated Dynamic scaffolding will be removed and replaced in 3.0
|
||||||
*/
|
*/
|
||||||
class ScaffoldView extends View {
|
class ScaffoldView extends View {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue