This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-08-16 07:11:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
data
History
Sam Mousa
ae7378974e
Fixes
#13376
: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
2017-04-01 18:27:27 +03:00
..
ActiveDataProvider.php
Fixes
#13467
:
yii\data\ActiveDataProvider
no longer queries models if models count is zero
2017-02-20 12:00:00 +03:00
ArrayDataProvider.php
Fixes
#5385
: links created from classes to corresponding guide articles (
#12920
)
2016-11-04 18:55:14 +03:00
BaseDataProvider.php
Fixes
#13376
: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
2017-04-01 18:27:27 +03:00
DataProviderInterface.php
Fixes
#12055
: Changed
boolean
to
bool
and
integer
to
int
in phpdoc
2016-11-07 02:51:39 +03:00
Pagination.php
release version 2.0.11
2017-02-01 17:46:29 +01:00
Sort.php
Fixes
#12055
: Changed
boolean
to
bool
and
integer
to
int
in phpdoc
2016-11-07 02:51:39 +03:00
SqlDataProvider.php
Removed unnecessary else
2017-04-01 16:37:48 +03:00