-
Notifications
You must be signed in to change notification settings - Fork 0
evilbloodydemon/cakephp-scope
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Scope Behavior for CakePHP 1.2 Copyright 2009, Igor Fomin (http://evilbloodydemon.wordpress.com/) The MIT License (http://www.opensource.org/licenses/mit-license.php) This behavior allows you define a 'scope' for model that applies then for find and save. It can be useful, say, for situations when multiple sites use one database and distinguish their records by special field. Example: var $actsAs = array( 'Scope.Scope' => array( 'field' => 'site_id', 'value' => 1, ) );
About
Scope definition plugin for CakePHP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published