LudoKB24 Posted July 7, 2010 Share Posted July 7, 2010 Bonjour,je cherche un bout de code qui me permettrait de récuperer tous les tags dans un tableau php.Est-ce que quelqu'un sait comment je pourrais m'y prendre?Merci d'avanceCordialement Link to comment Share on other sites More sharing options...
jeckyl Posted July 7, 2010 Share Posted July 7, 2010 Salut,Tu pourrais, par exemple, regarder le code du module bloc tags. Link to comment Share on other sites More sharing options...
LudoKB24 Posted July 7, 2010 Author Share Posted July 7, 2010 D'accord, j'y jete un oeil Merci Link to comment Share on other sites More sharing options...
LudoKB24 Posted July 7, 2010 Author Share Posted July 7, 2010 re-Bonjour,j'ai trouvé ce bout de code suivant: $numberTags = intval(Configuration::get('BLOCKTAGS_NBR')); $tags = Tag::getMainTags(intval($params['cookie']->id_lang), $numberTags); Seulement je n'ai pas de resultat.En fait je voudrais récupérer les tags pour pouvoir les mettre dans le sitemap automatiquement après un renommage d'url mais je pense que ce bout de code $params['cookie']->id_lang ne fonctionne pas en BO.Quelqu'un pour m'aider? Link to comment Share on other sites More sharing options...
LudoKB24 Posted July 7, 2010 Author Share Posted July 7, 2010 Y'a t-il par exemple une requete sql pour recuperer les tags? Link to comment Share on other sites More sharing options...
LudoKB24 Posted July 7, 2010 Author Share Posted July 7, 2010 On peut recuperer les tags avec un requete sql.Mon problème est donc résolu Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now