app中的user.php及post.php的設定
相關網址:http://laravel.com/docs/5.1/eloquent-relationships
user.php人對文章
public function posts(){ return $this->hasMany('\App\Post');}
post.php文章對人
public function user(){ return $this->belongsTo('\App\User');}
沒有留言:
張貼留言