예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->object_type_name = 'report';
 }
예제 #2
0
 public static function model($className = __CLASS__)
 {
     return parent::model($className);
 }