コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->object_type_name = 'report';
 }
コード例 #2
0
ファイル: Reports.php プロジェクト: huynt57/image_chooser
 public static function model($className = __CLASS__)
 {
     return parent::model($className);
 }