I want to get article text by passing article ID from the joomla template.
try this technique:
$article = JControllerLegacy::getInstance('Content')->getModel('Article')->getItem($articleId); echo $article->introtext;