我正在寻找一个水合我的行的选项,只保留第一个下划线之后的值才能得到这个:
表:
user_id
user_name
模型
function getId()
function getName()
如果我使用默认参数,我的模型函数是:
getUserId()
getUserName
答案 0 :(得分:0)
你应该像这样制作保湿剂:
$hydrator = new Zend\Stdlib\Hydrator\ClassMethods(); //without passing false to constructor
ClassMethods
的属性$underscoreSeparatedKeys
默认为true
。