public function FrxDataProvider::error in Forena Reports 7.2
Same name and namespace in other branches
- 6.2 FrxDataProvider.inc \FrxDataProvider::error()
4 calls to FrxDataProvider::error()
- FrxOracle::oracle_xml in plugins/
FrxOracle.inc - Generate xml from sql using the provided f_forena
- FrxOracle::__construct in plugins/
FrxOracle.inc - Object constructor
- FrxPostgres::postgres_xml in plugins/
FrxPostgres.inc - Generate xml from sql using the provided f_forena
- FrxPostgres::__construct in plugins/
FrxPostgres.inc - Object constructor
File
- ./
FrxDataProvider.inc, line 138 - Class that defines default methods for access control in an FrxDataProvider
Class
- FrxDataProvider
- @file Class that defines default methods for access control in an FrxDataProvider
Code
public function error($msg = '', $log = '') {
FrxReportGenerator::instance()->app
->error($msg, $log);
}