System:Model:openTable

From Aspen Documentation

Sets the current table and loads the table schema.

Since 1.0

Arguments

mixed openTable ([string $table = false])

table
Name of table to open.

Returns

Returns either the ADOdb schema object or false if table name valid.

Examples

Example:

$this->APP->model->openTable('blog');