You are here

26 files declare their use of FrxAPI in Forena Reports 8

BlockEditor.php in src/Editor/BlockEditor.php
DocumentBase.php in src/FrxPlugin/Document/DocumentBase.php
DocumentBase.inc Given a report, render the appropriate output given the document format. @author davidmetzler
DriverBase.php in src/FrxPlugin/Driver/DriverBase.php
Class that defines default methods for access control in an DriverBase
forena.common.inc in ./forena.common.inc
Common functions used throughout the project but loaded in this file to keep the module file lean.
forena.module in ./forena.module
ForenaUI.php in forena_ui/src/Controller/ForenaUI.php
FrxCrosstab.php in src/FrxPlugin/Template/FrxCrosstab.php
FrxCrosstab.php in src/FrxPlugin/Renderer/FrxCrosstab.php
FrxMSSQL.php in src/FrxPlugin/Driver/FrxMSSQL.php
Oracle specific driver that takes advantage of oracles native XML support
FrxMyReports.php in src/FrxPlugin/Renderer/FrxMyReports.php
FrxOracle.php in src/FrxPlugin/Driver/FrxOracle.php
Oracle specific driver that takes advantage of oracles native XML support
FrxReport.php in src/FrxPlugin/Context/FrxReport.php
FrxSVGGraph.php in src/FrxPlugin/Template/FrxSVGGraph.php
FrxSVGGraph php SVG Graph generator
FrxSVGGraph.php in src/FrxPlugin/Renderer/FrxSVGGraph.php
FrxSVGGraph php SVG Graph generator
FrxTemplate.php in src/FrxPlugin/Renderer/FrxTemplate.php
FrxTestCase.php in tests/src/Unit/FrxTestCase.php
FrxXML.php in src/FrxPlugin/Renderer/FrxXML.php
FrxXML Just render the XML source data. Look at the FrxRender class to see a full list of properties that can be used here.
Menu.php in src/Menu.php
Menu.inc Drupal menu builder @author davidmetzler
MPDF.php in forena_pdf/src/FrxPlugin/Document/MPDF.php
MPDF.inc PDF document via MPDF Library @author davidmetzler
ParameterForm.php in src/Form/ParameterForm.php
PrincePDF.php in forena_pdf/src/FrxPlugin/Document/PrincePDF.php
PrincePDF
RendererBase.php in src/FrxPlugin/Renderer/RendererBase.php
FrxRenderer.php Base class for FrxAPI custom Renderer @author davidmetzler
ReportEditor.php in src/Editor/ReportEditor.php
ReportEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
TemplateBase.php in src/FrxPlugin/Template/TemplateBase.php
FrxRenderer.php Base class for FrxAPI custom Renderer @author davidmetzler
TokenReplacerBase.php in src/Token/TokenReplacerBase.php
FrXSytnaxEngine defines how regular expression procesing/token substitution takes place. It includes support for passing in a formatter oobject that will escape strings properly before substituting them.
XML.php in src/FrxPlugin/Document/XML.php
HTML Straight XML document with no wrapping theme. @author davidmetzler