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

@ -29,6 +29,7 @@ App::uses('Scaffold', 'View');
* 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

@ -24,6 +24,7 @@ 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 {