Bonjour,

Comment pourrais-je faire ceci depuis un template smarty ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
{$projet->getResponsable()->getUserNom()}
{* $projet->getResponsable() me retourne un objet User *}
Erreur retournée par smarty : error: unrecognized tag $projet->getResponsable()->getUserNom()

Merci pour votre aide !