Smarty

From OpenEMR Project Wiki
Revision as of 04:09, 9 February 2011 by Julia Longtin (talk | contribs) (begin documenting object oriented approaches usage.)

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.