Can some Magento professional experienced developer tell me how to accomplish the following in Magento?
I want to know what are the possible tags that can fit into the "global" tag of the "config.xml" page in each module folder, etc.
I tried to find this answer in many places on the Internet, but in vain.
Please provide complete information with it for Magento version> = 1.4.0.0 , because I want at least users accessing this site to find this useful enough, instead of scratching their heads.
I really need a detailed explanation, because every beginner, like me, is completely confused at this point. From what I know so far, is that on this page you can install routers, rewrites, cron jobs, admin html, front-end html and many others. But without any strong concepts, no one can go forward with the conviction that his code is 100% correct wrt of Magento MVC architecture.
So please, I want this strong fundamental concept to be emphasized here, with a detailed explanation of it, so that no one else falls into this trap.
I can understand one thing: for many it seems that a complete reference of valid Magento global tags would be wrong, but I would like to clarify that there must be a set of valid limited number of tags that fall under the global tag.
For example, I cannot just write the tag "stack" or "overflow" or "joseph", which I'm pretty sure that Magento will not be used as valid. This is because valid tags (for example, "models", "resources", "resource", etc.) are determined somewhere in the Magento configuration that they work.
This is my point that I want to emphasize.
Many thanks to those who can only answer, knowing that the general concept is clear.