You are here

public function FrxDataSource::debug in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 FrxDataSource.inc \FrxDataSource::debug()
4 calls to FrxDataSource::debug()
FrxDrupal::sqlData in plugins/FrxDrupal.inc
Get data based on file data block in the repository.
FrxOracle::sqlData in plugins/FrxOracle.inc
Get data based on file data block in the repository.
FrxPDO::sqlData in plugins/FrxPDO.inc
Get data based on file data block in the repository.
FrxPostgres::sqlData in plugins/FrxPostgres.inc
Get data based on file data block in the repository.

File

./FrxDataSource.inc, line 197
Class that defines default methods for access control in an FrxDataSource

Class

FrxDataSource
@file Class that defines default methods for access control in an FrxDataSource

Code

public function debug($msg = '', $log = '') {
  Frx::debug($msg, $log);
}