03.12.2015 Views

laravel4cookbook

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

E-Commerce 234<br />

21<br />

22 public function products()<br />

23 {<br />

24 return $this->belongsToMany("Product", "order_item");<br />

25 }<br />

26 }<br />

.<br />

This file should be saved as app/models/Order.php.<br />

1

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

Saved successfully!

Ooh no, something went wrong!