Class flSearchTags
flSearchTags Class
Class to provide the functionality to query the tag information.
Package: fusionLib
Copyright: Copyright (c) 2008 - 2014 fusionLib. All rights reserved.
Located at system/libs/Search/flSearchTags.php
Copyright: Copyright (c) 2008 - 2014 fusionLib. All rights reserved.
Located at system/libs/Search/flSearchTags.php
Methods summary
public
|
|
public
array
|
#
getCloud( array|string $path, boolean $shortPath = true, array $accessPerms = array(), integer $numTags = 25 )
Get the tags and their weights. |
public
|
#
find( string $tag, array|string $path = '', boolean $shortPath = true, boolean $returnShortPaths = true, array $accessPerms = array(), integer $start = 0, integer $count = 10 )
Find the documents for a tag. |
Properties summary
protected
|
$db
The database. |
|
protected
string
|
$tableBase
The base name for tables. |
|
protected
|
$docs
The document storage. |