* Creates a record in the database table with current item' values
*
* @param mixed $force_id Set to TRUE to force creating of item's own ID or to value to force creating of passed id. Do not pass 1 for true, pass exactly TRUE!
$this->SetDefaultValues();// will wear off kDBItem::setID effect, so set it later
if(is_object($this->validator)){
$this->validator->reset();
}
$this->setID($new_id);
return$this->Loaded;
}
publicfunctionQuery($force=false)
{
thrownewException('<b>Query</b> method is called in class <strong>'.get_class($this).'</strong> for prefix <strong>'.$this->getPrefixSpecial().'</strong>');