J3.x talk

Developing a MVC Component/Adding a view to the site part

From Joomla! Documentation

Revision as of 07:47, 22 May 2014 by Sovainfo (talk | contribs) (→‎Class name HelloWorld: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

tmpl/default.php[edit]

At the packaging you are told to include tmpl/default.php. But the view doesn't use it, should it? Sovainfo (talk) 07:43, 22 May 2014 (CDT)

Class name HelloWorld[edit]

For class naming the <Name> is used. Where does the World come from. Someone reported it is deduced from <name></name> in the component.xml file. After removing space and special characters. Is that correct? Sovainfo (talk) 07:47, 22 May 2014 (CDT)