A Sample PHP Project for the tts_framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
423 B

<?php
declare(strict_types=1);
$route_name_demo = "app/home";
$method_name_demo = "name_demo";
$route_late_rent = "bills/notices";
$method_late_rent = "late_payment";
?>
<h2>Welcome...to your M0ck Ups</h2>
<a href="<?= \tts\request::get_url($route_name_demo, $method_name_demo) ?>">View Name Demo</a> <br/><br/>
<a href="<?= \tts\request::get_url($route_late_rent, $method_late_rent) ?>">View Late Payment Signing</a>