Archived talk

Developing a MVC Component/Developing a Basic Component

From Joomla! Documentation

Component name in manifestfile has to be conform[edit]

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.