Ejemplo n.º 1
0
<?php

require_once "config.php";
require_once "Settings.php";
$controller = new controller\MashupController();
$view = new view\HtmlView();
$authenticationLink = $controller->getAuthentication();
$view->render($authenticationLink);