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.
I found a useful tutorial on this. It’s still pretty complicated (at least for me, as Joomla as no clear support for loading multiple components in a single page).
http://www.ducciogasparri.com/2012/04/15/joomla-loading-multiple-components-in-a-single-page/