Database forms

Here we present how to do forms.

We retreive data from the database and store it in a array

$record = array( 'person_uuid' => '02aba858-a194-11e7-b9ba-00215e4d70a1', 'name' => 'Nisse', 'phone' => '123 45 78', 'company' => 'Big buissines', 'address' => 'Megalway 3244', 'town' => 'Örebro' ... );

This data is sent to the form


Fatal error: Uncaught Error: Call to undefined function _() in /usr/local/www/apache24/data/raditex/framework/db-forms.php:67 Stack trace: #0 {main} thrown in /usr/local/www/apache24/data/raditex/framework/db-forms.php on line 67