canax/htmlform

View on GitHub
htdocs/formmodel/validate-number.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\HTMLForm;
 
require __DIR__ . "/../incl/config.php";

$title = "Validate number";
$form = new FormModelValidateNumber($di);
$form->check();

require __DIR__ . "/../incl/renderPage.php";