40: public function __construct( $maxWords = 25 )
41: {
42: $this->_maxWords = ( int )$maxWords;
43: $this->_words = Eos_Database_Layer::getInstance()->getRecordsWhere( 'SEARCH_WORDS', '1', 'times DESC', $this->_maxWords );
44: $this->_menu = Eos_Menu::getInstance();
45: }
46: