コード例 #1
0
ファイル: Reference.php プロジェクト: hson91/posnail
 /**
  * Returns the static model of the specified AR class.
  * @param string $className active record class name.
  * @return Reference the static model class
  */
 public static function model($className = __CLASS__)
 {
     return parent::model($className);
 }