the thing is you can assign the result of a find to whatever you want, but for example in listing they assigned it to some plural variable because in the view there is this:
{loop authors}
and that do this:
foreach($authors as $author)
so when you use the sintax of "loop", the framework singularize the given word. and then is accessed (in singular of course) like {author.name} or $author->something. but in the show is only one object so there is no loop, and consenquently innecessary to use a plurar.
so finally i would say that you only use plurals because you want it to work with "loop".
Thank you Insanet, much appreciated
1 to 5 of 5