doulang1945 2018-07-07 21:58
浏览 331

Laravel 5.4 - 在hasMany / hasOne关系的多个级别上访问日期

I got stuck on access data on a multiple level of relationship on Laravel 5.4. I have a feeling that it is straight forward in Laravel but I just can't figure it out. Here is the setup:

I got 3 models: User/Post/Application - representing user come to the job site to apply on the job posts.

I have the login set up and want to allow user to view application they been sent to the related job posts:

public function index() {

    $user = User::find(Auth::user()->id);
    $applications = $user->appliedPosts;

    return view('pages.user.appliedPost.index')->withApplications($applications);

}

I am able to connect the user with applications, but how do I get the title of the post based on the post_id on the "applications" table?

Thanks in advance.

  • 写回答

1条回答 默认 最新

  • dsaff82024 2018-07-09 15:51
    关注

    Well, if the applications are related to the post you can access the post title just like this:

    $application->post->title
    
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度