Previous Page
countPages()

Solar_Model_Nodes_Bookmarks
countPagesByTags()

Next Page
countPagesRelated()

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.