Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gitgitcode
/
thinkphp
Public
forked from
top-think/thinkphp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
thinkphp
ThinkPHP
Library
Think
Model.class.php
on
master
User selector
All users
All time
Commit history
Commits on Sep 3, 2014
修正add和addall方法中的_facade和_parseOptions的调用顺序问题
liu21st
committed
d717680
View commit details
Copy full SHA for d717680
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
修正使用数组方式动态指定表名的BUG
liu21st
committed
9528f79
View commit details
Copy full SHA for 9528f79
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
改进数据库字段缓存的文件标识 加上数据表前缀
liu21st
committed
9aef212
View commit details
Copy full SHA for 9aef212
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
针对数据库视图无主键的问题,使用默认id作为主键,与未开启DB_FIELDS_CACHE时行为一致
shenwq
committed
93fa1b0
View commit details
Copy full SHA for 93fa1b0
View code at this point
Browse repository at this point
Commits on Aug 10, 2014
模型类的setInc和setDec方法支持延迟写入
Show description for 485e276
liu21st
committed
485e276
View commit details
Copy full SHA for 485e276
View code at this point
Browse repository at this point
Commits on Aug 2, 2014
修正模型类的buildSql方法导致数据表别名重复的问题
liu21st
committed
506b040
View commit details
Copy full SHA for 506b040
View code at this point
Browse repository at this point
改进Model类
liu21st
committed
11dd20c
View commit details
Copy full SHA for 11dd20c
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
修正Model类的save方法
liu21st
committed
eac8925
View commit details
Copy full SHA for eac8925
View code at this point
Browse repository at this point
Commits on Jul 26, 2014
完善 url的验证正则
liu21st
committed
29c557f
View commit details
Copy full SHA for 29c557f
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
修正一处 令牌验证没有设置TOKEN_NAME的问题
liu21st
committed
e815f9e
View commit details
Copy full SHA for e815f9e
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
改进Model类
liu21st
committed
48ee885
View commit details
Copy full SHA for 48ee885
View code at this point
Browse repository at this point
Merge branch 'master' of http://git.oschina.net/liu21st/thinkphp
liu21st
committed
719cd27
View commit details
Copy full SHA for 719cd27
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
操作链接添加强制使用索引名的方法
Show description for 05b820e
vus520
committed
05b820e
View commit details
Copy full SHA for 05b820e
View code at this point
Browse repository at this point
Commits on Jul 14, 2014
Model类bug修改
Show description for f83791a
Wilsonjnliu
committed
f83791a
View commit details
Copy full SHA for f83791a
View code at this point
Browse repository at this point
增加Model类对复合主键的支持
Show description for f6dd4db
Wilsonjnliu
committed
f6dd4db
View commit details
Copy full SHA for f6dd4db
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
修正Model类的getField方法的一处变量冲突问题
liu21st
committed
0c56be9
View commit details
Copy full SHA for 0c56be9
View code at this point
Browse repository at this point
Commits on Jun 27, 2014
修正Model类一处 获取sql的错误
liu21st
committed
1aa6ad8
View commit details
Copy full SHA for 1aa6ad8
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Db类改进对多表更新和删除的支持
Show description for 503e512
liu21st
committed
503e512
View commit details
Copy full SHA for 503e512
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
增加strict连贯操作 用于设置数据写入和查询是否严格检查是否存在字段
Show description for ee3ed43
liu21st
committed
ee3ed43
View commit details
Copy full SHA for ee3ed43
View code at this point
Browse repository at this point
Commits on Jun 13, 2014
改进CURD操作 可以直接返回sql语句而不真正执行。
Show description for ff7cf94
liu21st
committed
ff7cf94
View commit details
Copy full SHA for ff7cf94
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
模型类的getField方法改进 支持在字段名中使用函数
liu21st
committed
d1da61d
View commit details
Copy full SHA for d1da61d
View code at this point
Browse repository at this point
修正一处警告错误
liu21st
committed
e485dd8
View commit details
Copy full SHA for e485dd8
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
改进模型的page和limit方法
Show description for eb7da43
liu21st
committed
eb7da43
View commit details
Copy full SHA for eb7da43
View code at this point
Browse repository at this point
Commits on May 17, 2014
修正PDO驱动的一处错误
liu21st
committed
b7b2a91
View commit details
Copy full SHA for b7b2a91
View code at this point
Browse repository at this point
Commits on May 6, 2014
修正Model类index方法处理的时候 key冲突的问题
liu21st
committed
1b703fd
View commit details
Copy full SHA for 1b703fd
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
修改getModelName
Show description for 7589172
xjchengo
committed
7589172
View commit details
Copy full SHA for 7589172
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Model类的select方法支持index连贯操作 用于数据集的索引操作
liu21st
committed
14d43ce
View commit details
Copy full SHA for 14d43ce
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
Model类的query和execute方法支持 使用__TABLE_NAME__ 的方式简化表名写法和支持动态前缀
liu21st
committed
8fa47dc
View commit details
Copy full SHA for 8fa47dc
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
调试模式开启后,错误的查询条件和非法数据写入会抛异常
liu21st
committed
5d01cb1
View commit details
Copy full SHA for 5d01cb1
View code at this point
Browse repository at this point
Commits on Apr 5, 2014
Update Model.class.php
Show description for 840d9aa
rural21st
committed
840d9aa
View commit details
Copy full SHA for 840d9aa
View code at this point
Browse repository at this point
Commits on Mar 18, 2014
修正Model类的参数绑定的一处BUG
liu21st
committed
6cc9daf
View commit details
Copy full SHA for 6cc9daf
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
Merge pull request #115 from runphp/patch-2
Show description for 013c2ed
liu21st
committed
013c2ed
View commit details
Copy full SHA for 013c2ed
View code at this point
Browse repository at this point
TOKEN_NAME 没设置时使用默认值
Show description for 6215987
runphp
committed
6215987
View commit details
Copy full SHA for 6215987
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
_after_insert 失败返回
Show description for 1226fc1
runphp
committed
1226fc1
View commit details
Copy full SHA for 1226fc1
View code at this point
Browse repository at this point
Model类的save方法 如果data为空则不执行
liu21st
committed
df6a2f8
View commit details
Copy full SHA for df6a2f8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.