예제 #1
0
 public function comments()
 {
     if (preg_match_all(Initialize::$replace["comment"], Compose::databaseFile3(), $code)) {
         new Compile($code);
         Initialize::databaseComments($code[1]);
         Initialize::databaseCode($code[0], "comments");
         //new Compile(Compose::databaseComments());
     } else {
         die("errr");
     }
 }
예제 #2
0
 public static function databaseComments($comments)
 {
     self::$databaseComments = $comments;
 }