|
Previous Page |
Solar_Model_Nodes_Bookmarks |
Next Page |
countPagesByTags()
public
array
countPagesByTags (
array $tag_list,
array $params default NULL
)
Gets a count of nodes and pages-of-nodes with certain tags.
Inherited from Solar_Model_Nodes.
Parameters
- (array)
$tag_list: Count only nodes with all of these tags. - (array)
$params: Added parameters for the SELECT.
Returns
- (array) An array with elemets 'count' (the number of nodes) and 'pages' (the number of pages-of-nodes).
Description
Gets a count of nodes and pages-of-nodes with certain tags.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- __get()
- _addFilter()
- _addRelated()
- _belongsTo()
- _createTableAndIndexes()
- _exception()
- _fetchAll()
- _fetchAssoc()
- _fixFilters()
- _fixIndex()
- _fixModelName()
- _fixOrder()
- _fixPropertyCols()
- _fixStack()
- _fixTableCols()
- _fixTableName()
- _fixTagList()
- _hasMany()
- _hasOne()
- _newSelectByTags()
- _setup()
- apiVersion()
- countPages()
- countPagesByTags()
- countPagesRelated()
- delete()
- dump()
- fetch()
- fetchAll()
- fetchAllByTags()
- fetchAssoc()
- fetchCol()
- fetchNew()
- fetchOne()
- fetchPairs()
- fetchRelatedArray()
- fetchRelatedObject()
- fetchValue()
- fixSelectParams()
- getPaging()
- getRelated()
- insert()
- locale()
- newCollection()
- newRecord()
- newSelect()
- serializeCols()
- setPaging()
- unserializeCols()
- update()