System:Scaffold:edit

From Aspen Documentation

Creates a basic edit record form scaffold

Since 1.0

Arguments

void edit ([string $table = false], [integer $id = false])

table
Database table the scaffold will be created for.
id
Record id to process.

Returns

This function does not return any values.

Examples

Example:

$this->APP->scaffold->edit('blog', $id);