Flash
Abstract class Phalcon\Flash
implements Phalcon\FlashInterface, Phalcon\Di\InjectionAwareInterface
Shows HTML notifications related to different circumstances. Classes can be stylized using CSS
$flash->success("The record was successfully deleted"); $flash->error("Cannot open the file");
Methods
public __construct ([mixed $cssClasses])
Phalcon\Flash constructor