Changeset 3634

Show
Ignore:
Timestamp:
01/24/07 22:30:59 (6 years ago)
Author:
gregmac
Message:

Add comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/quickform/amp_conf/htdocs/admin/common/table.php

    r3619 r3634  
    4646  var $_delete_url; 
    4747   
     48  /** Constructor 
     49   * @param DB_result  The database result to use 
     50   */ 
    4851  function table($dbresult) { 
    4952    $this->_data = $dbresult; 
     
    7477   
    7578  /** Sets the field to be used as an identifier, and if that field is displayed 
     79   * If not called, either 'id' or (if no id field exists) the first field will be used,  
     80   * and it will not be displayed. 
    7681   * @param  string   The name of the field 
    7782   * @param  bool     If the field should be displayed in the list