Developing a MVC Component/Developing a Basic Component: Difference between revisions
From Joomla! Documentation
m →Component name in manifestfile has to be conform: new section |
m moved Talk:Developing a Model-View-Controller (MVC) Component for Joomla!1.6 - Part 01 to Talk:Developing a Model-View-Controller (MVC) Component for Joomla!1.7 - Part 01: 1.6 doesn't supported anymore |
(No difference)
| |
Revision as of 16:13, 17 December 2011
Component name in manifestfile has to be conform
In Joomla 1.6 the component name specified in the manifest file has to follow the pattern 'com_componentname'. So here it should be
<name>com_helloworld</name>
It will matter at least in the menu manager, where I discovered this problem.