From Aspen Documentation
Creates a basic view list scaffold
Since 1.0
Arguments
void view ([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->view('blog');