File path: dist/twist/Core/Utilities/Form.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
Type: Utility
Form
— Simply Form Builder utility
<?php
//Set the variables for the example
$intFormID = 124;
//Call the function process with the example vars
Twist::Form() -> process($intFormID);
Method | Access | Returns |
---|---|---|
create | public | void |
get | public | void |
process | public | void |
render | public | void |