예제 #1
0
파일: District.php 프로젝트: awecode/awecms
 public function init()
 {
     return parent::init();
 }
예제 #2
0
 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);
 }