예제 #1
0
<?php

include "inc/global.php";
MagratheaModel::IncludeAllModels();
$shorts = new ShortControl();
$all = $shorts->GetAllShorts();
p_r($all);
예제 #2
0
<?php

include "inc/global.php";
MagratheaModel::IncludeAllModels();
$route = $_GET["magrathea_control"];
$shorts = new ShortControl();
$short = $shorts->GetShort($route);
$short->Visit();