TwistPHP Documentation

Form

File path: dist/twist/Core/Utilities/Form.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

Type: Utility

Form — Simply Form Builder utility

Example Usage

<?php
//Set the variables for the example
$intFormID 124;

//Call the function process with the example vars
Twist::Form() -> process($intFormID);

Method List

Method Access Returns
createpublicvoid
getpublicvoid
processpublicvoid
renderpublicvoid