Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Joomla 2.5.6 Component Development And XML File
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
foysal foysal  
View profile  
 More options Aug 30 2012, 9:53 am
From: foysal foysal <now...@gmail.com>
Date: Thu, 30 Aug 2012 19:53:51 +0600
Local: Thurs, Aug 30 2012 9:53 am
Subject: Joomla 2.5.6 Component Development And XML File

Dear All,

I am learning Joomla 2.5.6  Component Development. I am reading this link
http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2....
I cant understand how the xml file is parsing. How does it instruct joomla
to do a task ??

Thanks

Foysal


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Herman Peeren  
View profile  
 More options Aug 30 2012, 11:14 am
From: Herman Peeren <herman.pee...@gmail.com>
Date: Thu, 30 Aug 2012 08:14:36 -0700 (PDT)
Local: Thurs, Aug 30 2012 11:14 am
Subject: Re: Joomla 2.5.6 Component Development And XML File

Hi Foysal,

I think you mean the second XML-file: *
site/views/helloworld/tmpl/default.xml*
That file is used to give the menu-manager the view you want to display
and, as is the subject of this article article in the series, the
helloworld-messag you want to show. The new helloworld-field is filled in
the field-definition you see in the file under it. Parsing of the parameter
in the field is done by the menu-system. The result of that field is: the
id of the helloworld-message you want to show in the view. That id is given
to the component and used by the model to choose the right message.

The first XML-file in the article, *helloworld.xml*, is only used to
install the component. During execution of the program it is not used
anymore.
The installer reads it, puts the files on the right place, sets the
component in the database, performs the sql etc.
Or are you looking for some more explanation of how this so-called
'manifest' is built up and what the exact meaning of all tags is?

Best regards,
Herman


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »