PHP Class SeoSearchTerm

Inheritance: extends SeoAppModel
Datei anzeigen Open project: webtechnick/cakephp-seo-plugin

Public Properties

Property Type Description
$displayField
$name
$validate

Public Methods

Method Description
findRandomTerms ( $limit = 6 ) Pull out random terms
findTopTerms ( $limit = 6 ) : array Find the top terms
itterateCount ( $id = null ) : boolean Itterate the count on a specific term.
parseRequest ( $request = null ) : void Take the incomming request referrer and decide if we should save this term in our database

Method Details

findRandomTerms() public method

Pull out random terms
public findRandomTerms ( $limit = 6 )

findTopTerms() public method

Find the top terms
public findTopTerms ( $limit = 6 ) : array
return array set of results

itterateCount() public method

Itterate the count on a specific term.
public itterateCount ( $id = null ) : boolean
return boolean success

parseRequest() public method

Take the incomming request referrer and decide if we should save this term in our database
public parseRequest ( $request = null ) : void
return void

Property Details

$displayField public_oe property

public $displayField

$name public_oe property

public $name

$validate public_oe property

public $validate