Your Ad Here

Posted By

sevennbsp on 05/15/10


Tagged

session flash cakephp echo


Versions (?)

Session->flash


 / Published in: PHP
 

do not echo $session->flash(). It echos itself. If you do, you'll get weird output.

  1. <?php $session->flash(); ?>

Report this snippet  

You need to login to post a comment.