[ Index ]

PHP Cross Reference of Quick Form DataBase

title

Body

[close]

/objects/ -> qfdbobj_slfieldset.php (source)

   1  <?php
   2  if (!defined('QFDB_SECURITY')) {
   3      die("You can't access this file directly...");
   4  }
   5  
   6  
   7  /**
   8   * Graphic QFDB Object: print /FIELDSET (end)
   9   *
  10   * @author Everaldo Wanderlei Uavniczak <everaldouav [at] gmail.com>
  11   * @since 0.1
  12   * @package quickformdb
  13   * @see http://www.qfdb.net/
  14   * @link http://w3schools.com/tags/tag_legend.asp
  15   * @link http://w3schools.com/tags/tag_fieldset.asp
  16   * @license BSD License <http://www.qfdb.net/bsd_license.txt>
  17   */
  18  
  19  
  20  
  21  class qfdbobj_slfieldset {
  22  
  23      static function obj_struct(&$qfdb)
  24      {
  25          $qfdb->m['object'] = 'slfieldset'; // string (fixed)
  26          $qfdb->m['status'] = '135'; // string
  27          $qfdb->m['if'] = ''; // string
  28          $qfdb->m['alias'] = ''; // string
  29  
  30          $qfdb->m['object_properties'] = count($qfdb->m) +2; // int
  31      } // end func
  32  
  33  
  34      static function obj_html(&$qfdb)
  35      {
  36          $qfdb->add_output('html', "\n</fieldset>\n\n");
  37      } // end func
  38  
  39  
  40      static function obj_db(&$qfdb)
  41      {
  42          self::obj_html($qfdb);
  43      } // end func
  44  
  45  
  46      static function obj_debug(&$qfdb)
  47      {
  48      } // end func
  49  
  50  
  51      static function obj_fixed(&$qfdb)
  52      {
  53      } // end func
  54  
  55  } // end class


Generated: Fri Nov 14 17:48:13 2008 Cross-referenced by PHPXref 0.7