loadControllers(Pluf::f('todo_views')); // Dispatch the call. Note that the use of a dispatcher is not // mandatory at all, you can create any number of .php file to dispatch // manually. A dispatcher enables the use of only one index.php file. $murl = new Pluf_HTTP_URL(Pluf::f('url_format')); $dispatcher->dispatch($murl->getAction());