pkp / pkp-docs

A repository for generating PKP's documentation hub.
14 stars 235 forks source link

Update architecture-routes.md #1137

Closed liviacarolgouvea closed 9 months ago

liviacarolgouvea commented 10 months ago

Updates to 3.4 version

asmecher commented 9 months ago

Thanks, @liviacarolgouvea! To really make this modern for 3.4 and newer, I'd suggest just instantiating and returning the handler class directly, rather than using HANDLER_CLASS. See https://github.com/pkp/ojs/blob/main/pages/about/index.php for an example, and https://github.com/pkp/pkp-lib/issues/6091#issuecomment-796314189 for a description of the change.