示例#1
0
 /**
  * Flag indicates whether column names with CamelCase are supported and automatically
  * converted; example: isForSale -> is_for_sale
  *
  * @param boolean
  *
  * @return void
  */
 public static function setFlagBeautifulColumnNames($flag)
 {
     self::$flagUseBeautyCols = (bool) $flag;
 }