Form.class.php 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php if (!class_exists('Form')) { require dirname(__FILE__).DIRECTORY_SEPARATOR.'form/_lib/Form.class.php'; } class Lib_Helper_Form extends Form { }