Deprecated scaffold and scaffoldview.

They have already been removed in 3.0, so mark them accordingly.
This commit is contained in:
mark_story 2013-12-20 14:16:44 -05:00
parent 7e5c0f7185
commit a7ecf44007
2 changed files with 4 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {