API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
ContentModelSection::__construct | ( | ) |
Constructor
Réimplémentée à partir de JObject.
Références $id, et JRequest::getVar().
ContentModelSection::_buildContentOrderBy | ( | $ | state = 1 | ) |
Build the SQL ORDER BY for the section listing.
int | $state | The published state of the articles being listed. |
Références $params, $state, JFactory::getApplication(), JRequest::getCmd(), JRequest::getWord(), ContentHelperQuery::orderbyPrimary(), et ContentHelperQuery::orderbySecondary().
ContentModelSection::_buildContentWhere | ( | $ | state = 1 | ) |
Références $mainframe, $now, $nullDate, $params, $state, $user, $where, JFactory::getDate(), JRequest::getInt(), JRequest::getString(), JFactory::getUser(), et JString::strtolower().
ContentModelSection::_buildQuery | ( | $ | state = 1 | ) |
Références $mainframe, $params, $query, $state, $where, et ContentHelperQuery::buildVotingQuery().
ContentModelSection::_loadCategories | ( | ) |
Method to load sibling category data if it doesn't exist.
private
Références $mainframe, $now, $nullDate, $params, $query, $user, JFactory::getUser(), et ContentHelperQuery::orderbySecondary().
ContentModelSection::_loadData | ( | $ | state = 1 | ) |
Method to load content item data for items in the category if they don't exist.
private
Références $i, $limit, $limitstart, $query, $rows, $state, JRequest::getVar(), et JError::raiseError().
ContentModelSection::_loadSection | ( | ) |
ContentModelSection::_loadTree | ( | ) |
Method to load content item data for items in the category if they don't exist.
private
Références $and, $mainframe, $now, $nullDate, $query, $user, et JFactory::getUser().
ContentModelSection::getArchives | ( | $ | state = -1 | ) |
Method to get archived article data for the current section
int | $state | The content state to pull from for the current section |
ContentModelSection::getCategories | ( | ) |
Method to get sibling category data for the current category
Références $user, JText::_(), JFactory::getUser(), et JError::raiseError().
ContentModelSection::getData | ( | $ | state = 1 | ) |
Method to get content item data for the section
int | $state | The content state to pull from for the current section |
Références $state, $user, JText::_(), JFactory::getUser(), et JError::raiseError().
ContentModelSection::getSection | ( | ) |
Method to get section data for the current section
Références $user, JText::_(), JFactory::getUser(), et JError::raiseError().
ContentModelSection::getTotal | ( | $ | state = 1 | ) |
ContentModelSection::getTree | ( | ) |
Method to get archived article data for the current section
int | $state | The content state to pull from for the current section |
ContentModelSection::setId | ( | $ | id | ) |
ContentModelSection::$_categories = null |
ContentModelSection::$_data = null |
ContentModelSection::$_id = null |
ContentModelSection::$_section = null |
ContentModelSection::$_total = null |