public function FrxDrupalApplication::__construct in Forena Reports 7.2
Same name and namespace in other branches
- 6.2 FrxDrupalApplication.inc \FrxDrupalApplication::__construct()
- 7.3 FrxDrupalApplication.inc \FrxDrupalApplication::__construct()
- 7.4 FrxDrupalApplication.inc \FrxDrupalApplication::__construct()
File
- ./
FrxDrupalApplication.inc, line 14 - HostApp.inc Defines all the interface points between the host application and Forena. Each of these methods must be specified in order for Forena to function properly. The base class here is drupal, so those
Class
Code
public function __construct() {
$this->default_config['report_repos'] = drupal_get_path('forena', 'module') . '/repos/reports';
$this->default_config['default_form'] = 'letter';
$this->default_config['doc_defaults'] = array();
$this->default_config['library_path'] = 'sites/all/libraries';
$this->default_config['doc_formats'] = array();
}