Previous Page
fetchAll()

Solar_Model_Nodes
fetchAllByTags()

Next Page
fetchArray()

fetchAllByTags()

public Solar_Model_Nodes_Collection fetchAllByTags ( array $tag_list, array $params default NULL )

Fetches a collection of nodes with certain tags.

Parameters

  • (array) $tag_list: Fetch only nodes with all of these tags. If empty, will fetch all nodes.
  • (array) $params: Added parameters for the SELECT.

Returns

  • (Solar_Model_Nodes_Collection)

Description

Fetches a collection of nodes with certain tags.