pkp-lib icon indicating copy to clipboard operation
pkp-lib copied to clipboard

Convert Queries to an Eloquent model

Open asmecher opened this issue 7 months ago • 7 comments

The Query class (https://github.com/pkp/pkp-lib/blob/stable-3_4_0/classes/query/Query.php) and QueryDAO (https://github.com/pkp/pkp-lib/blob/stable-3_4_0/classes/query/QueryDAO.php) are implemented using the old-style DAO pattern. Migrate to an Eloquent model.

asmecher avatar Jul 10 '24 20:07 asmecher