PHP 클래스 PlayerRecord, prado

The followings are the available columns in table 'player':
상속: extends CActiveRecord
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$RELATIONS
$age
$player_id
$profile
$team
$team_name

공개 메소드들

메소드 설명
finder ( $className = __CLASS__ )
getSkills ( )
setSkills ( $value )

메소드 상세

finder() 공개 정적인 메소드

public static finder ( $className = __CLASS__ )

getSkills() 공개 메소드

public getSkills ( )

setSkills() 공개 메소드

public setSkills ( $value )

프로퍼티 상세

$RELATIONS 공개적으로 정적으로 프로퍼티

public static $RELATIONS

$age 공개적으로 프로퍼티

public $age

$player_id 공개적으로 프로퍼티

public $player_id

$profile 공개적으로 프로퍼티

public $profile

$team 공개적으로 프로퍼티

public $team

$team_name 공개적으로 프로퍼티

public $team_name