You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
I am learning Joomla 2.5 MVC(Model,View, Controller) component development. Can anyone say How they talk to each other ??
Thanks
Foysal
Nick Savov
unread,
Aug 4, 2012, 11:46:06 PM8/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
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
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Dear Nick,
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.
Thanks
Foysal
b2z
unread,
Aug 5, 2012, 1:04:49 AM8/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Hi Foysal,
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.
Elin
Xerosigma
unread,
Aug 6, 2012, 12:01:17 PM8/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message