NAME
$appName\::Model - Base class for all $appName entity classes.
SYNOPSIS
# In your class:
package $appName\::Thing;
use strict;
use warnings 'all';
use base '$appName\::Model';
__PACKAGE__->set_up_table('things');
1;# return true:
DESCRIPTION
This module was generated by $0 on @{[ scalar(localtime()) ]}.
***IT IS SAFE to make changes to this file, as it will not be overwritten.***.
SEE ALSO
NAME
asphelper - Generate an ASP4 skeleton web application
USAGE
asphelper --app=AppName --domain=domain.com --email=you\@your-email.com [--host=dbhost --db=dbname --user=dbusername]
If you specify --dbname and --dbuser it will ask you for a database password - completely optional.
DESCRIPTION
The asphelper program offers a way to get up-and-running quickly with a new ASP4 web application.
After successfully answering its questions, asphelper will generate a skeleton web application including config files, full directory structure and a simple unit test.
Use the resulting application as a starting-point for your own development.