I am developing Joomla 3.4 application.
I want to get model
of menus item controller into another topic controller.
When I run below code in menus item controller then call model
$model = $this->getModel('item', '', array());
But when this code run in topic controller then nothing display (NULL)
How to call model into another controller?
What problem I am facing. Any one have a idea.