| bromine:/branches/cake/app/controllers/requirements_controller.php |
Line History |
History |
latest revision Branch cake227 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -2 ) Created: 2008-11-21 08:02:06 -0600 (48 days ago) | Author: bromine | Changeset: 227 The $needsproject variable now also determines if the model uses beforeFind / beforeSave logic.
225 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -1 ) Created: 2008-11-18 07:49:29 -0600 (51 days ago) | Author: bromine | Changeset: 225 Created extra authorization for the project part of Bromine. Add "var $needsproject=true;" or "var $needsproject=array('method1','method2',...);" to a controller to include this extra authorization in it, or for specific methods. See requirements_controller.php and tabs_controller.php for examples. See app_controller.php for the authorize code part.
|