Entity auto convert column to time instance on joined table ? |
Can an Entity class convert to time instance a joined table column ? i use this query below and want the auth_logins.date to be converted to Time instance if possible
PHP Code: $model = model(UserModel::class); I try to add the date column in the entity class PHP Code: /**
Yes, property names included in the $dates array will be converted to Time instances when possible upon access.
Thanks Paul it works
I used the php spark publish:auth from Myth Auth, but modification in App\Entity\User have no effect, modifiying the Myth\Auth\Entities works fine. I'm not very experimented with namespacing and extending files, do you know why editing App\Entity\User have no effect ? I can open another thread or a bug report on github if needed.
|
Welcome Guest, Not a member yet? Register Sign In |