Changeset 3634
- Timestamp:
- 01/24/07 22:30:59 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/quickform/amp_conf/htdocs/admin/common/table.php
r3619 r3634 46 46 var $_delete_url; 47 47 48 /** Constructor 49 * @param DB_result The database result to use 50 */ 48 51 function table($dbresult) { 49 52 $this->_data = $dbresult; … … 74 77 75 78 /** 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. 76 81 * @param string The name of the field 77 82 * @param bool If the field should be displayed in the list
