Slide 17
Slide 17 text
LARAVEL LIVE INDIA
17
What is method of Eloquent to clone a row in table
a) cloneRow()
b) duplicateRow()
c) replicate()
d) copyRow()
How to get old values of Model attributes using Eloquent?
a) getInitialValue()
b) getOriginalValue()
c) getOldValue()
d) getOriginal()