コード例 #1
0
ファイル: BaseSubdistrict.php プロジェクト: taryono/school
 public function getPeer()
 {
     if (self::$peer === null) {
         self::$peer = new SubdistrictPeer();
     }
     return self::$peer;
 }
コード例 #2
0
ファイル: Subdistrict.php プロジェクト: hanihh/vvs_v2
 public static function model($className = __CLASS__)
 {
     return parent::model($className);
 }