PHP Classes

File: views/crawlDesc.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Scopr   views/crawlDesc.php   Download  
File: views/crawlDesc.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Scopr
Crawl and search Web site pages, images and news
Author: By
Last change:
Date: 1 year ago
Size: 182 bytes
 

Contents

Class file image Download
<?php
require_once __DIR__."/../config.php";
require_once
SITE_ROOT. "/controllers/SearchController.php";
$search = new SearchController();
$links = $search->getLinksWithNoDesc();