Example #1
0
 public function setCheckBlog()
 {
     $GA = GreenArrow::greenArrow();
     echo "\n--------------------------------------------------------";
     echo "\nShould I check all BLOG pages? \n" . "\n[ 1 ] {$GA} YES" . "\n[ ENTER ] {$GA} NO, only '/blog/'\n";
     $checkBlog = readline("Your choice: ");
     readline_add_history($checkBlog);
     echo "--------------------------------------------------------";
     self::$checkBlog = $checkBlog;
 }