Welcome Guest, Not a member yet? Register   Sign In
DateTime Fields Problem
#7

edit i fixed it maybe its a bug i had to do what you said in the entity class plus i had to change the getresult method to findall

return $this

->where('post_id',$post_id)
->orderBy('comments.com_created_at','DESC')
->join('users', 'comments.user_id = users.id' )
->findAll();
Reply


Messages In This Thread
DateTime Fields Problem - by thedragon655 - 01-15-2021, 06:37 AM
RE: DateTime Fields Problem - by iRedds - 01-15-2021, 11:11 AM
RE: DateTime Fields Problem - by thedragon655 - 01-15-2021, 02:33 PM
RE: DateTime Fields Problem - by iRedds - 01-15-2021, 06:49 PM
RE: DateTime Fields Problem - by thedragon655 - 01-16-2021, 05:56 AM
RE: DateTime Fields Problem - by demyr - 01-15-2021, 02:29 PM
RE: DateTime Fields Problem - by thedragon655 - 01-16-2021, 06:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB