System:Form:loadTable

From Aspen Documentation

Loads the schema from a database table for use in processing a form.

Since 1.0

Arguments

void loadTable ([string $table = false])

table
Database table that will be used.

Returns

This function does not return any values.

Examples

Example:

$this->APP->form->loadTable('blog');