Ejemplo n.º 1
0
 public function get_search_tags()
 {
     if (!isset(self::$search_tags)) {
         self::$search_tags = $this->cache->get_array('articulos_searches');
     }
     return self::$search_tags;
 }