J2.5 talk:Developing a MVC Component/Adding verifications
From Joomla! Documentation
(Difference between revisions)
(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 09: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.