Archived talk

Archived talk:Developing a MVC Component/Adding verifications

From Joomla! Documentation

Revision as of 12:26, 23 August 2010 by Haroldbr (talk | contribs) (New page: Why is the protected function _populateState() in the /admin/models/helloworld.php file? It doesn't appear in the original helloworld.php model file, and there isn't any indication as to t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Why is the protected function _populateState() in the /admin/models/helloworld.php file? It doesn't appear in the original helloworld.php model file, and there isn't any indication as to the purpose of this function aside from the annotations within the function, which I don't fully understand.