On Jun 14, 2011, at 15:06, Krissy Masters wrote: > I know about the standard <?php echo $this->Session->flash(); ?> > > > > But I want to wrap it inside a div with an isset() so the div will only > appear with the presence of an actual message but what is the variable to > check for? Is there a way to grab the actual message variable and isset( $ > message variable ) but if so what is that? > > I know about the flash session class options but I need something more than > a class in this case.
Doesn't it already come in a div? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
