You are here

public function FrxDataProvider::debug in Forena Reports 7.2

Same name and namespace in other branches
  1. 6.2 FrxDataProvider.inc \FrxDataProvider::debug()
2 calls to FrxDataProvider::debug()
FrxOracle::data in plugins/FrxOracle.inc
Get data based on file data block in the repository.
FrxPostgres::data in plugins/FrxPostgres.inc
Get data based on file data block in the repository.

File

./FrxDataProvider.inc, line 134
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 debug($msg = '', $log = '') {
  FrxReportGenerator::instance()->app
    ->debug($msg, $log);
}