Difference between revisions of "Code Notes"

From OpenEMR Project Wiki
Line 8: Line 8:
==Important Functions==
==Important Functions==
*function xl(<text>)
*function xl(<text>)
:::Translation Function.
::Translates text to the language specified in global preferences. Use this for all text that will be displayed.
:::Translates text to the language specified in global preferences.
::Declared in: /library/translation.inc.php
:::Use this for all text that will be displayed.
::Included if you include: /library/globals.php
:::Declared in: /library/translation.inc.php
:::Included if you include: /library/globals.php


<br>
<br>

Revision as of 16:54, 7 May 2014

Overview




Important Functions

  • function xl(<text>)
Translates text to the language specified in global preferences. Use this for all text that will be displayed.
Declared in: /library/translation.inc.php
Included if you include: /library/globals.php



General How To


Code Analysis - Specific Features