Why in the latest update join is gone?

105 views
Skip to first unread message

Claudio Ludovico Panetta

unread,
Feb 20, 2013, 10:38:13 AM2/20/13
to not...@googlegroups.com
Hello.
I've try the latest update on GitHub of NotOrm, great as always!

I've notice that every query like
$db->myAwesomeTable()->join("other_table","INNER JOIN other_table ON other_table.idt = myawesometable.id_t");
produce an error because the function "join" is gone...

How can I replace it?

Jakub Vrana

unread,
Feb 20, 2013, 5:27:25 PM2/20/13
to not...@googlegroups.com
There never was join(). Maybe you were using some fork?

Jakub
> --
> You received this message because you are subscribed to the Google
> Groups "NotORM" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to notorm+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

darkylmnx

unread,
Mar 7, 2013, 9:46:45 AM3/7/13
to not...@googlegroups.com
So how can we do joins ?
Thank you

Claudio Ludovico Panetta

unread,
Mar 11, 2013, 12:15:56 PM3/11/13
to not...@googlegroups.com
LoL really? I've always use a join.

Something like

$mydb->mytable()->join("othertable","inner/left join othertable blablablabla...")->fetch();

It's a fork? Jesus XD
Reply all
Reply to author
Forward
0 new messages