Changeset 28 for trunk/app/app_controller.php
- Timestamp:
- 07/13/07 10:27:55 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r15 r28 35 35 36 36 } 37 38 public function msgFlash($msg, $to) 39 { 40 $this->Session->setFlash($msg); // http://manual.cakephp.org/chapter/session 41 42 $this->redirect($to); 43 44 exit; 45 } 37 46 } 38 47 ?>
