This website works better with JavaScript
首頁
探索
說明
登入
compsci-industry
/
TechEmpower.FrameworkBenchmarks
镜像来自
https://github.com/TechEmpower/FrameworkBenchmarks.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
c9cfac5932
分支列表
標籤列表
dependabot/cargo/frameworks/Rust/trillium/zerocopy-0.7.31
dependabot/npm_and_yarn/frameworks/TypeScript/nextjs/next-15.4.7
fix-reverse-order
master
R23
R21
R22
R20
R19
R18
R17
R16
R15
R14
R13
R12
R11
round-10
R10
go/setup.py
R9-ec2
R9
R8
R7
v2
v3
TechEmpower.Fra...
/
frameworks
/
PHP
/
php
/
models
/
World.php
World.php
82 B
文件歷史
原始文件
1
2
3
4
5
6
<?php
class World extends ActiveRecord\Model
{
static $table_name = 'World';
}