예제 #1
0
파일: page.php 프로젝트: Esisto/IoEsisto
 private static function PCComments($data)
 {
     require_once 'post/PostPage.php';
     PostPage::showComments(self::$currentObject, 2, false);
 }
예제 #2
0
파일: page.php 프로젝트: Esisto/IoEsisto
 private static function PCComments($data)
 {
     require_once 'page/PostPage.php';
     if (isset(self::$currentObject) && !is_null(self::$currentObject)) {
         PostPage::showComments(self::$currentObject, 2, false);
     }
 }