Пример #1
0
 public static function select($table)
 {
     $obj = new QueryFactory($table);
     return $obj->prefix("select")->table($table);
 }