1 个仓库
Transformations that use presenter layers to format internal data models for a specific output format.
Distinct from Data Format Transformations: Distinct from general Data Format Transformations by focusing on the presenter pattern for UI output decoupling.
Explore 1 awesome GitHub repository matching data & databases · Presenter-Based Transformations. Refine with filters or upvote what's useful.
本项目是一个 Laravel 的数据库抽象层,实现了存储库模式以将业务逻辑与 Eloquent 数据库查询解耦。它提供了一个用于数据检索、分页和过滤的标准接口。 该系统包括一个查询标准机制,用于根据请求参数应用可重用的搜索条件,以及一个在记录创建、更新或删除期间自动清除存储结果的缓存包装器。它还具有一个展示层,用于将原始数据库模型属性转换为用户界面的格式化输出。 其他功能包括用于脚手架模型、存储库、控制器和服务提供商的命令行工具,以及用于验证存储库数据和转换模型属性的工具。
Formats data objects using presenters to decouple internal database structures from the final output.