JModelItem: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
Line 1: | Line 1: | ||
{{subst:Description:JModelItem}} | |||
{{Description:JModelItem}} | |||
===Defined in=== | ===Defined in=== | ||
Line 10: | Line 7: | ||
<source lang="php">jimport( 'joomla.application.component.modelitem' );</source> | <source lang="php">jimport( 'joomla.application.component.modelitem' );</source> | ||
{{subst:SeeAlso:JModelItem}} | |||
{{SeeAlso:JModelItem}} | |||
===Examples=== | ===Examples=== |
Revision as of 14:15, 24 March 2017
{{subst:Description:JModelItem}}
Defined in
libraries/joomla/application/component/modelitem.php
Importing
jimport( 'joomla.application.component.modelitem' );
{{subst:SeeAlso:JModelItem}}
Examples
<CodeExamplesForm />