11-29-2016, 02:24 PM
Form control is a bootstrap thing. It's just a css style. If you stick those two functions in your usersc/include custom functions file, you can see how it works by just putting...
And it will generate an entire form for you...note that it won't update the password thing hashing properly so don't edit that
Code:
<?php
Code:
$t = 'users';
Code:
$skip = ['id'];
Code:
generateForm($t,$id,$skip);
Code:
?>