Tag

Tag: session flash

You are browsing all the posts tagged with session flash.

Multiple CSS Style Session Flash’es in CakePHP

Multiple CSS Style Session Flash'es in CakePHP

We all know that CakePHP has the Session component that allows us to login and logout users and to show them messages that appear only once: Session->setFlash(‘Random message that appears only once’); ?> We can style this message the way we want but what about having these kind of messages that are style differently […]