System:Scaffold:add

From Aspen Documentation

Creates a basic add record form scaffold

Since 1.0

Arguments

void add ([string $table = false])

table
Database table the scaffold will be created for.

Returns

This function does not return any values.

Examples

Example:

$this->APP->scaffold->add('blog');