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