Show
Ignore:
Timestamp:
07/13/07 10:27:55 (18 months ago)
Author:
aarkerio
Message:

test and Questions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r15 r28  
    3535         
    3636    } 
     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    } 
    3746} 
    3847?>