예제 #1
0
파일: class.reviews.php 프로젝트: gblok/rsc
 public function __construct()
 {
     $this->crud = crud::obtain();
     self::map();
 }