Bonjour
quand on fait un echo JText::_('MY_STRING'); si cette constante n'existe pas on voit ecrit MY_STRING
comment determiner qu'elle n'existe pas ?
if(!is_null(JText::_('MY_STRING'))){
echo 'autre chose';
}
ne marche pas
merci
quand on fait un echo JText::_('MY_STRING'); si cette constante n'existe pas on voit ecrit MY_STRING
comment determiner qu'elle n'existe pas ?
if(!is_null(JText::_('MY_STRING'))){
echo 'autre chose';
}
ne marche pas
merci
Commentaire