Beispiel #1
0
 /**
  * get list
  */
 public function getList()
 {
     require_once 'models/common/common_comment.php';
     $Comment = new common_comment();
     $list = $Comment->getCommentList(false, 'id DESC');
     return $list;
 }