Support the ongoing development of Laravel.io →

cheycron

Joined 12 Jun 2014

Statistics

Threads 2
Replies 3
Solutions 1
Articles 0
posted 9 years ago

Outer Join Clousure

Hi, i know that i can do a full outer join with ->join('Especialidades', 'Especialidades.espe_Cod...

0 Likes
3 Replies
Solved

Relation HasOne with two Index

Hi, i have this models: [Turn] -> ID -> SpecialityID -> SubSpecialityID -> blabla [Spe...

0 Likes
6 Replies
replied 9 years ago

Outer Join Clousure

Solved: ->join('Entradas',function ($join) { $join->on('Entradas.paci_CodigoNumerico', '=', 'T...

0 Likes
Solved
replied 9 years ago

Relation HasOne with two Index

longilineo said: If you can, add turnid column in subspeciality table. For example you can get all...

0 Likes
replied 9 years ago

Relation HasOne with two Index

Awesome, but.. what if i have a long list of "turns" on a foreach that print the SubSpecia...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.