Does anybody know of a good sequence (ordered list) behavior for cakePHP 2.x? I used Neil Crookes Seqence Behavior (hosted on GitHub here: https://github.com/neilcrookes/sequence) but this hasn’t been updated to 2.x yet.
Thx a lot in advance!
Does anybody know of a good sequence (ordered list) behavior for cakePHP 2.x? I
Share
just run my Upgrade shell over it. it will autofix 99% of all issues:
https://github.com/dereuromark/upgrade
the casing, the filename, the &model to Model $model, …