Example #1
0
 /**
  * Clears index and crawls the supplied URL.
  *
  * @return void
  * @author John Anderson
  */
 public function run()
 {
     //Clear table:
     Page::connection()->delete('DELETE from pages');
     $urlRoot = $this->process($this->url['raw']);
 }