Exemplo n.º 1
0
 public static function fillFromLastPost($htmlForm)
 {
     return self::fillFromArray($htmlForm, bu::flash('last_post'));
 }
Exemplo n.º 2
0
<?php

echo bu::view('flash_block', array('error' => bu::flash('error'), 'success' => bu::flash('success'), 'notice' => bu::flash('notice')));
Exemplo n.º 3
0
<?php

if ($_POST) {
    bu::flash('last_post', $_POST);
}