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.

Access Control List 58<br />

.<br />

This was extracted from app/models/Group.php.<br />

1 public function groups()<br />

2 {<br />

3 return $this->belongsToMany("Group")->withTimestamps();<br />

4 }<br />

.<br />

This was extracted from app/models/User.php.<br />

Before we’re quite done with the database work; we’ll also need to remember to set up the pivot<br />

tables in which the relationship data will be stored.<br />

1

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

Saved successfully!

Ooh no, something went wrong!