Source for file form.phpclass

Documentation is available at form.phpclass

  1. <?php
  2. /** ##################################
  3.   *
  4.   *     project:     GNU Portal / CMS
  5.   *     class:       cms/template/page/list.phpclass
  6.   *
  7.   *     by Peter Krebs jun. & Landesverlag Unternehmensservice
  8.   *     pit@crewboerse.at
  9.   *
  10.   * ##################################
  11.   *
  12.   *
  13.   * ###################################
  14.   * #
  15.   * #       This program is released under the GPL version 1 and higher.
  16.   * #       It is and always will be Free Software.
  17.   * #
  18.   * ##################################
  19. **/
  20.  
  21.  
  22. require_once $PROJECT['PHPINCPATH']."cms/template/page/page.phpclass";
  23.  
  24.     var $type           = CMS_PAGETYPE_LIST;
  25.     var $myFrmName      = "T_CMS_TMPL_FORM";
  26.     
  27.     function getType({
  28.         return CMS_PAGETYPE_FORM;
  29.     }
  30.     
  31.     
  32. }

Documentation generated on Thu, 08 Jan 2009 17:44:06 +0100 by phpDocumentor 1.4.0a2