예제 #1
0
파일: Model.php 프로젝트: laiello/phpdays
 public static function setPrefix($prefix)
 {
     self::$_prefix = ucfirst($prefix) . '_';
 }