To be honest, Google is one of your best resources. Googling "joomla mvc"
results in the following documentation as #2 on the list:
http://docs.joomla.org/Model-View-Controller
> I am learning Joomla 2.5 MVC(Model,View, Controller) component
> development.
> Can anyone say How they talk to each other ??
> Thanks
> Foysal
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To post to this group, send an email to
> joomla-dev-general@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-general+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
Thanks for reply. I searched a lot before in Google. But did not get any
helpful link or article. I got several tutorials on developing joomla 2.5
mvc component. But I would like to know how they talk to each other. Your
link is for Joomla 1.5. But I am looking for articles on Joomla 2.5 MVC.
On Sun, Aug 5, 2012 at 9:46 AM, Nick Savov <n...@iowawebcompany.com> wrote:
> Hi Foysal,
> To be honest, Google is one of your best resources. Googling "joomla mvc"
> results in the following documentation as #2 on the list:
> http://docs.joomla.org/Model-View-Controller
> Hope this helps!
> Kind regards,
> Nick
> > I am learning Joomla 2.5 MVC(Model,View, Controller) component
> > development.
> > Can anyone say How they talk to each other ??
> > Thanks
> > Foysal
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Joomla! General Development" group.
> > To post to this group, send an email to
> > joomla-dev-general@googlegroups.com.
> > To unsubscribe from this group, send email to
> > joomla-dev-general+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/joomla-dev-general?hl=en-GB.
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To post to this group, send an email to
> joomla-dev-general@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-general+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
Can you explain what you mean by "talk to each other"? If you want to understand how JModel, JView and JController actually work in 2.5 (as opposed to how to use them) the thing to do is to study the classes in the legacy folder of the CMS.
If you read them you will see the a lot of the MVC works kind of magically by the use of naming conventions so it seems like they are not talking but they really are.