Need help on Joomla modeling software.

Asked By 0 points N/A Posted on -
qa-featured

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 .

SHARE
Answered By 10 points N/A #166505

Need help on Joomla modeling software.

qa-featured

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.

 

Related Questions