DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
eloquent find and update
DB
::
table
(
'post'
)
->
where
(
'id'
,
3
)
->
update
(
[
'title'
=>
"Updated Title"
]
)
;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#eloquent
#find
#update
ADD COMMENT
Topic
COMMENT
Name
2+6 =
Submit