Exemplo n.º 1
0
 private static function PCComments($data)
 {
     require_once 'post/PostPage.php';
     PostPage::showComments(self::$currentObject, 2, false);
 }
Exemplo n.º 2
0
 private static function PCComments($data)
 {
     require_once 'page/PostPage.php';
     if (isset(self::$currentObject) && !is_null(self::$currentObject)) {
         PostPage::showComments(self::$currentObject, 2, false);
     }
 }