Laravel 4 query -


is possible execute in eloquent?

select (select `name` `players` `player_id`=`id`) `name`, `value` `player_skills` `skillid`=0 

this looks simple relationship, can this:

playerskill::with('player')->where('skillid',0)->get(); 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -