Difference between revisions of "Smarty"

From OpenEMR Project Wiki
(create page.)
 
(begin documenting object oriented approaches usage.)
Line 2: Line 2:


The usage of smarty in new openemr code is officially deprecated. This page is only meant to collect smarty resources, so that other deelopers know what they are doing, when touching smarty code in OpenEMR.
The usage of smarty in new openemr code is officially deprecated. This page is only meant to collect smarty resources, so that other deelopers know what they are doing, when touching smarty code in OpenEMR.
== Functions Used ==
Forms using the 'object oriented' approach use smarty. they inherit a Controller.class.php and the OrDataObject object to supply a template to smarty, and a series of values for smarty to intersperse.

Revision as of 04:09, 9 February 2011

WARNING

The usage of smarty in new openemr code is officially deprecated. This page is only meant to collect smarty resources, so that other deelopers know what they are doing, when touching smarty code in OpenEMR.


Functions Used

Forms using the 'object oriented' approach use smarty. they inherit a Controller.class.php and the OrDataObject object to supply a template to smarty, and a series of values for smarty to intersperse.