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