Developing a MVC Component/Adding verifications: Difference between revisions
From Joomla! Documentation
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... |
Ravenheart (talk | contribs) →Attention: new section |
||
| Line 1: | Line 1: | ||
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. | 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. | ||
== Attention == | |||
Section about admin/views/helloworld/tmpl/edit.php is not the same as in file present in archive. | |||
Revision as of 14:57, 18 June 2011
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.
Attention
Section about admin/views/helloworld/tmpl/edit.php is not the same as in file present in archive.