コード例 #1
0
ファイル: StringHelper.php プロジェクト: eddmash/powerorm
 public static function getCharset()
 {
     //todo make character set independent of framework
     return BaseOrm::getCharset();
 }