$this->flash( 'Something normal happened.' ); $this->flash( 'Something good happened.', 'success' ); $this->flash( 'Danger!', 'error' );