joining expression does not work

Notice: This thread is very old.
alnux
Member | 139
+
0
-

Hi i was trying to see joining expresion but this show me a page not found error 404, could you help me where can i find it.

thanks

petr.pavel
Member | 533
+
0
-

Sorry, I don't understand. Can you give us the url you tried?

alnux
Member | 139
+
0
-

Sorry the joining expression URL dos not working, the URL is

https://doc.nette.org/…-expressions

alnux
Member | 139
+
0
-

So Does it change the name???

David Matějka
Moderator | 6445
+
0
-

where did you find that link?

alnux
Member | 139
+
0
-

Here

https://doc.nette.org/…ase/explorer

On has one relation Just before this

echo $book->title . ": ";
echo $book->author->name;
if ($book->translator) {
    echo " (translated by " . $book->translator->name . ")";
}