swoft-component icon indicating copy to clipboard operation
swoft-component copied to clipboard

optimize: support customer defined getter for Entify, reference issu…

Open Alex37882388 opened this issue 4 years ago • 2 comments

…es # 1322

What does this PR do?

支持用户自定义模型getter

Motivation

业务数据库设计中,经常使用英文逗号分隔的字段,或json_encode过的字段,通常希望取出来的时候是数组,方便直接返回给前端。但目前使用entity:create的默认是string类型,如果修改 实体的getter强制 explode(',' $val)并返回数组时,读取数据没有问题,但插入、更新操作的时候报错 array to string...,参考 swoft-cloud/swoft#1322

Alex37882388 avatar Jun 30 '20 12:06 Alex37882388

testDirty 方法无法通过

sakuraovq avatar Jul 11 '20 05:07 sakuraovq

@first236108 测试没有通过喔

sakuraovq avatar Jul 19 '20 06:07 sakuraovq