HosipLan

Untitled

Oct 11th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $app = $container->application;
  2. $app->onRequest[] = function ($app, $request) {
  3.     // vyparsovat modul
  4.     $app->errorPresenter = $module . ':Error';
  5. };
  6. $app->run();
Advertisement
Add Comment
Please, Sign In to add comment