cant update collumn
Closed this issue · 4 comments
agungak commented
idk its my fault or this code, can you test it? thanks
donjajo commented
I'm able to update column here. What code are you running?
…On 12/12/2017 10:15, agungak wrote:
idk its my fault or this code, can you test it? thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALmMmBEBdLd9lnwHnsOOEEqad30-lqxUks5s_kRBgaJpZM4Q-pNn>.
--
*John James*
Co-Founder – 4ward NG
Skype: donjajo1 • Twitter: @donjajo
agungak commented
php, for example
`
donjajo commented
It's trigger() method not get(). You are not getting any response, so use the trigger. This was a typo in the README.md, I have corrected it.
$db->update([ 'name' => 'test' ])->from('users.json')->where(['name' => 'Thomas'])->trigger();
agungak commented
thanks for your fast response