API17

JModel

From Joomla! Documentation

Revision as of 13:57, 29 August 2012 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: bad link repair)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModel[edit]

Description[edit]

Template:Description:JModel [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public getDbo Method to get the database connector object.
public getName Method to get the model name.
public getState Method to get model state variables.
public getTable Method to get a table object, load it if necessary.
public setDbo Method to set the database connector object.
public setState Method to set model state variables.
public static addIncludePath Add a directory where should search for models.
public static addTablePath Adds to the stack of model table paths in LIFO order.
public static getInstance Returns a Model object, always creating it.
protected _getList Gets an array of objects from the results of database query.
protected _getListCount Returns a record count for the query.
protected populateState Method to auto-populate the model state.

Importing[edit]

jimport( 'joomla.application.component.model' );

See also[edit]

Template:SeeAlso:JModel [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />