_tableName_ = 'trips'; parent::__construct($fromArray); } static function model() { return new self(); } function getDistance() { return Geo::formatedDistance($this->distance); } }