예제 #1
0
 /**
  * Inserts a new row into the Database with the data contained in the object.
  * @param integer $dbID The {@link DBHandler} database ID to query.
  * @access public
  * @return integer Returns the new ID of the data stored.
  */
 function insert($dbID)
 {
     $this->_table = "dm_blob";
     return parent::insert($dbID);
 }
 /**
  * Inserts a new row into the Database with the data contained in the object.
  * @param integer $dbID The {@link DBHandler} database ID to query.
  * @access public
  * @return integer Returns the new ID of the data stored.
  */
 function insert($dbID)
 {
     $this->_table = "dm_shortstring";
     return parent::insert($dbID);
 }