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