i'm building a component in joomla 2.5 In this component i need to get the display of other components (for example the body of an article). I have the url of these components, with get parameters.
I'm thinking of getting the whole page using the url and cUrl, but is there a better way? Thanks.