Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Added assign parameter change. See phalcon/cphalcon#14386 (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudboon authored and niden committed Sep 16, 2019
1 parent 047d237 commit 508f4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ $criteria->limit(10, null);
### Mvc\Model
- Removed `Phalcon\Model::reset`
- Added `isRelationshipLoaded` to check if relationship is loaded
- Changed `Phalcon\Model::assign` parameters order to $data, $whiteList, $dataColumnMap

### Mvc\Model\Criteria
- Removed `addWhere`
Expand Down

0 comments on commit 508f4e0

Please sign in to comment.