[ Index ]

PHP Cross Reference of Quick Form DataBase

title

Body

[close]

/objects/ -> qfdbobj_sltable.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 TABLE (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_table.asp
  15   * @license BSD License <http://www.qfdb.net/bsd_license.txt>
  16   */
  17  
  18  
  19  
  20  class qfdbobj_sltable {
  21      // 0.4
  22      static static function obj_struct(&$qfdb)
  23      {
  24          $qfdb->m['object'] = 'sltable'; // string (fixed)
  25          $qfdb->m['status'] = '12345'; // string
  26          $qfdb->m['if'] = ''; // string
  27          $qfdb->m['alias'] = ''; // string
  28  
  29          $qfdb->m['object_properties'] = count($qfdb->m) +2; // int
  30      } // end func
  31  
  32      // 0.3
  33      static static function obj_html(&$qfdb)
  34      {
  35          $qfdb->add_output('html', "</table>\n\n");
  36      } // end func
  37  
  38      // 0.3
  39      static static function obj_db(&$qfdb)
  40      {
  41          self::obj_html($qfdb);
  42      } // end func
  43  
  44  
  45      // 0.3
  46      static static function obj_debug(&$qfdb)
  47      {
  48      } // end func
  49  
  50  
  51      // 0.4
  52      static static function obj_fixed(&$qfdb)
  53      {
  54      } // end func
  55  
  56  } // end class


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