Skip to content

Commit

Permalink
Deprecated scaffold and scaffoldview.
Browse files Browse the repository at this point in the history
They have already been removed in 3.0, so mark them accordingly.
  • Loading branch information
markstory committed Dec 20, 2013
1 parent 7e5c0f7 commit a7ecf44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Cake/Controller/Scaffold.php
Expand Up @@ -28,7 +28,8 @@
* and afford the web developer an early look at the data, and the possibility to over-ride
* 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 {

Expand Down
3 changes: 2 additions & 1 deletion lib/Cake/View/ScaffoldView.php
Expand Up @@ -23,7 +23,8 @@
/**
* 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 {

Expand Down

0 comments on commit a7ecf44

Please sign in to comment.