Skip to content

Instantly share code, notes, and snippets.

@jsmitka
Created January 11, 2010 19:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmitka/274550 to your computer and use it in GitHub Desktop.
Save jsmitka/274550 to your computer and use it in GitHub Desktop.
<?php
class BasePresenter extends Presenter
{
// ...
protected function beforeRender()
{
// ...
// Automatická invalidace flash zpráviček
if ($this->hasFlashSession())
$this->invalidateControl('flashMessages');
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment