qcodo_8inc_8php
qcodo.inc.php File Reference
Enumerations
- enum QCODO_VERSION
Functions
- __autoload ($strClassName)
- __ob_callback ($strBuffer)
- if(__DATAGEN_CLASSES__) _p ($strString, $blnHtmlEntities=true)
- _b ($strString, $blnHtmlEntities=true)
- _t ($strString)
- _i ($intNumber)
- _f ($intNumber)
- _c ($strString)
Variables
Enumeration Type Documentation
| enum QCODO_VERSION |
Function Documentation
| __autoload | ( | $ | strClassName | ) |
| __ob_callback | ( | $ | strBuffer | ) |
| _b | ( | $ | strString, | |
| $ | blnHtmlEntities = true | |||
| ) |
Standard Print as Block function. To aid with possible cross-scripting vulnerabilities, this will automatically perform QApplication::HtmlEntities() unless otherwise specified.
Difference between _b() and _p() is that _b() will convert any linebreaks to
tags. This allows _b() to print any "block" of text that will have linebreaks in standard HTML.
- Parameters:
-
string $strString boolean $blnHtmlEntities
| _c | ( | $ | strString | ) |
| _f | ( | $ | intNumber | ) |
| _i | ( | $ | intNumber | ) |
| if (__DATAGEN_CLASSES__) _p | ( | $ | strString, | |
| $ | blnHtmlEntities = true | |||
| ) |
Standard Print function. To aid with possible cross-scripting vulnerabilities, this will automatically perform QApplication::HtmlEntities() unless otherwise specified.
- Parameters:
-
string $strString string value to print boolean $blnHtmlEntities perform HTML escaping on the string first
Referenced by QApplicationBase::CloseWindow(), QCodeGenBase::EvaluateSubTemplate(), QCodeGenBase::EvaluateTemplate(), QCodeGenBase::GenerateFile(), QDatabaseBase::OutputProfiling(), QApplicationBase::RenderJavaScript(), QSoapService::Run(), QRssFeed::Run(), and QApplicationBase::VarDump().
| _t | ( | $ | strString | ) |
Standard Print-Translated function. Note: Because translation typically occurs on coded text strings, NO HTML ESCAPING will be performed on the string.
Uses QApplication::Translate() to perform the translation (if applicable)
- Parameters:
-
string $strString string value to print via translation
Variable Documentation
