J2.5 talk:Developing a MVC Component/Basic backend
From Joomla! Documentation
(Difference between revisions)
Radiant tech (Talk | contribs) (Created page with "Items to be adding/changed on this page: Note that if using core J! javascript in a form, id="adminForm" must also be included. Shouldn't references to $db->getDBO() be changed t...") |
Radiant tech (Talk | contribs) |
||
| Line 1: | Line 1: | ||
Items to be adding/changed on this page: | Items to be adding/changed on this page: | ||
| + | |||
Note that if using core J! javascript in a form, id="adminForm" must also be included. | Note that if using core J! javascript in a form, id="adminForm" must also be included. | ||
| + | |||
Shouldn't references to $db->getDBO() be changed to $db->getDbo() ? | Shouldn't references to $db->getDBO() be changed to $db->getDbo() ? | ||
And what is this comment referring to? "The _populateState method is, by default, automatically called when a state is read by the getState method." | And what is this comment referring to? "The _populateState method is, by default, automatically called when a state is read by the getState method." | ||
| + | |||
[[User:Radiant tech|Radiant tech]] 06:37, 1 September 2011 (CDT) | [[User:Radiant tech|Radiant tech]] 06:37, 1 September 2011 (CDT) | ||
Revision as of 06:39, 1 September 2011
Items to be adding/changed on this page:
Note that if using core J! javascript in a form, id="adminForm" must also be included.
Shouldn't references to $db->getDBO() be changed to $db->getDbo() ?
And what is this comment referring to? "The _populateState method is, by default, automatically called when a state is read by the getState method."
Radiant tech 06:37, 1 September 2011 (CDT)