pushApp() also reads the application's configuration file and
sets up its global $conf hash.
public pushApp ( string $app, array $options = [] ) : boolean | ||
$app | string | The name of the application to push. |
$options | array | Additional options: - check_perms: (boolean) Make sure that the current user has permissions to the application being loaded. Should ONLY be disabled by system scripts (cron jobs, etc.) and scripts that handle login. DEFAULT: true - logintasks: (boolean) Perform login tasks? Only performed if 'check_perms' is also true. System tasks are always peformed if the user is authorized. DEFAULT: false - notransparent: (boolean) Do not attempt transparent authentication. DEFAULT: false |
return | boolean | Whether or not the _appStack was modified. |