Your IP : 216.73.217.68


Current Path : /home/ahrcaeuege/www/components/com_acym/
Upload File :
Current File : /home/ahrcaeuege/www/components/com_acym/router.php

<?php

include_once __DIR__.DIRECTORY_SEPARATOR.'router'.DIRECTORY_SEPARATOR.'base.php';
include_once __DIR__.DIRECTORY_SEPARATOR.'router'.DIRECTORY_SEPARATOR.'router.php';

function AcymBuildRoute(&$query)
{
    $router = new AcymRouter();

    return $router->build($query);
}

function AcymParseRoute($segments)
{
    $router = new AcymRouter();

    return $router->parse($segments);
}