Source for file form_field_ereg_view.class.php
Documentation is available at form_field_ereg_view.class.php
// *** Tangra (Application Framework and Tools for PHP)
// $Id: form_field_ereg_view.class.php 514 2007-04-29 10:55:12Z ogrebg $
* Contains class Form_Field_ereg_View
require_once(TANGRA_MAIN_DIR. 'form/fields/text/form_field_text_view.class.php');
require_once(TANGRA_MAIN_DIR. 'form/fields/ereg/form_field_ereg.class.php');
* View class for Form_Field_Ereg
* @param string $tpl_name Field name for template
* @param Form_Field_ereg $field Field object
function __construct($tpl_name, Form_Field_ereg &$field) {
|