Exemplo n.º 1
0
 /**
  * Flag indicates whether column names with CamelCase are supported and automatically
  * converted; example: isForSale -> is_for_sale
  * 
  * @param boolean
  */
 public static function setFlagBeautifulColumnNames($flag)
 {
     self::$flagUseBeautyfulColumnnames = (bool) $flag;
 }