System:Bootstrap:isInstalled

From Aspen Documentation

Determines whether or not the application has been installed. In order for this function to return true, the following criteria must be met:

  • User configuration file (config.php) must exist.
  • Database connection must be established.
  • A basic select query from the modules table must return at least one record.

Since 1.0

Arguments

boolean isInstalled ()

Returns

Returns boolean.

Examples

Example:

$this->APP->isInstalled();