Skip to content

Commit

Permalink
Moving all validation logic into a new ModelValidator object.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ploch authored and ceeram committed Apr 25, 2012
1 parent 061483d commit 324684c
Show file tree
Hide file tree
Showing 8 changed files with 1,259 additions and 311 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Controller.php
Expand Up @@ -528,7 +528,7 @@ protected function _getScaffold(CakeRequest $request) {
} }


/** /**
* Merge components, helpers, and uses vars from * Merge components, helpers, and uses vars from
* Controller::$_mergeParent and PluginAppController. * Controller::$_mergeParent and PluginAppController.
* *
* @return void * @return void
Expand Down

0 comments on commit 324684c

Please sign in to comment.