User talk

User talk:Cdemko

From Joomla! Documentation

Revision as of 06:25, 1 March 2010 by Deadbeef (talk | contribs) (New page: Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10 is breaking. Most notably some files such as admi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10 is breaking.

Most notably some files such as admin/controllers/helloworldlist.php are extending HelloWorldController but they can not find the class. A simple fix which is working for me is to let them extend JController but I'm unsure of what your intentions were/are with this as the archive source doesn't reflect this idea (although it did in an earlier page).