silbinarywolf/silverstripe-union-list

This package is abandoned and no longer maintained. The author suggests using the symbiote/silverstripe-union-list package instead.

Provides a SS_List type that allows combining various list types (DataList, ArrayList, etc).

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:silverstripe-module

1.0.0 2018-09-10 05:55 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:11:21 UTC


README

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

WARNING: This module still needs additional work. Tests need to be fixed/modified and might contain breaking changes in the future.

Provides a SS_List type that allows combining various list types (DataList, ArrayList, etc). The use case for this is to have for example, 3 promoted items ordered by a CMS user (ArrayList) and the rest be events ordered by time.

Composer Install

composer require symbiote/silverstripe-union-list:~1.0

Requirements

  • SilverStripe 3.2+

Documentation

Credits