11.08.2017 Views

codebright

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eloquent Queries 292<br />

15 },<br />

16 {<br />

17 id: 3,<br />

18 title: "Leaving Through The Window",<br />

19 artist: "Something Corporate",<br />

20 genre: "Piano Rock",<br />

21 year: 2002<br />

22 },<br />

23 {<br />

24 id: 4,<br />

25 title: "North",<br />

26 artist: "Something Corporate",<br />

27 genre: "Piano Rock",<br />

28 year: 2002<br />

29 },<br />

30 {<br />

31 id: 5,<br />

32 title: "...Anywhere But Here",<br />

33 artist: "The Ataris",<br />

34 genre: "Punk Rock",<br />

35 year: 1997<br />

36 },<br />

37 {<br />

38 id: 6,<br />

39 title: "...Is A Real Boy",<br />

40 artist: "Say Anything",<br />

41 genre: "Indie Rock",<br />

42 year: 2006<br />

43 }<br />

44 ]<br />

As you can see, I’m now a rockstar. Awesome!<br />

Delete<br />

Much like the update() method, the delete() method will not return any instances. Instead, it will<br />

remove the rows that are the result of the query from the database table.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!