예제 #1
0
파일: rb.php 프로젝트: abhikalotra/Samples1
 /**
  * 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;
 }