PHP Class PlayerRecord, prado

The followings are the available columns in table 'player':
Inheritance: extends CActiveRecord
Show file Open project: pradosoft/prado Class Usage Examples

Public Properties

Property Type Description
$RELATIONS
$age
$player_id
$profile
$team
$team_name

Public Methods

Method Description
finder ( $className = __CLASS__ )
getSkills ( )
setSkills ( $value )

Method Details

finder() public static method

public static finder ( $className = __CLASS__ )

getSkills() public method

public getSkills ( )

setSkills() public method

public setSkills ( $value )

Property Details

$RELATIONS public static property

public static $RELATIONS

$age public property

public $age

$player_id public property

public $player_id

$profile public property

public $profile

$team public property

public $team

$team_name public property

public $team_name