Asked By
vhilary p
0 points
N/A
Posted on - 03/06/2013
I am a new user in Joomla . I am using Joomla modeling software . I need to know how to pass data from the Joomla controller to the model , model to the controller and view . Please help me anyone . Waiting for your solution and Advance thanks .
Need help on Joomla modeling software.
Hi Vhilary P,
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.
It is the most popular Web site software available.
Best of all, Joomla is an open source solution that is freely available to everyone.
And for your question "pass data from Joomla controller to the model, model to the controller and view".
Try this one.
$model = $this > getModel('mymodel');
$item = $model > filterSection($variable);
If this doesn't help you please go here and here how to pass variables from joomla controller to a model.