Class

DispatchManager

Package: MVC\Dispatcher Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2016 11 14 Since: PHPBoost 3.0 - 2009 12 09 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: mipel mipel@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: mvc/dispatcher/DispatchManager.class.php
Methods summary
public static
# dispatch( UrlControllerMapper[] $url_controller_mappers )

Redirect the request to the right controller using the url controller mappes list

public static
# redirect( Controller $controller )

Cleans the output buffer and execute the given controller before exiting

public static Url
# get_url( string $path, string $url, boolean $not_rewriting_url_forced = false )

Returns an url object from the dispatcher path with the $url param dispatcher must be in the index.php file