Exemple #1
0
 public function formatAttribute(One_Scheme_Attribute $attribute, $value)
 {
     //		return '`'.$attribute->getName().'` = '.$attribute->toString(mysql_real_escape_string($value));
     return '`' . $attribute->getColumn() . '` = ' . $attribute->toString(mysql_real_escape_string($value));
 }