get article content


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $title = Title::newFromText($titleText);
  2. $article = new Article($title);
  3. $wikitext = $article->getContent()
  4.  

Report this snippet


Comments


You need to login to view comments.