public function __construct() { parent::__construct(); $this->allowedFields = $this->fields; $this->data = new StdClass(); $this->initFields(); Log::add('PlayerModel::Initialized'); }
function __construct($playerID = null) { parent::__construct(); if ($playerID != null) { //load up player data. $this->playerID = $playerID; $this->load($playerID); } }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); Log::add('SwfModel::Initialized'); }