03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

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

API 125<br />

12 ];<br />

13<br />

14 public function events()<br />

15 {<br />

16 return $this->belongsToMany("Event", "category_event", "category_id", "ev\<br />

17 ent_id");<br />

18 }<br />

19 }<br />

.<br />

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

1

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

Saved successfully!

Ooh no, something went wrong!