sdwebserver/app/Models
Alfonso Saavedra "Son Link" 199639a2f1
The fastest laps for each track and category are now stored in a separate table.
To create the new table, as well as to populate it, you have to run the SQL script export_best_laps.sql
2024-11-30 10:57:59 +01:00
..
.gitkeep Firts commit 2022-03-14 19:13:10 +01:00
BaseModel.php The fastest laps for each track and category are now stored in a separate table. 2024-11-30 10:57:59 +01:00
BestLapsModel.php The fastest laps for each track and category are now stored in a separate table. 2024-11-30 10:57:59 +01:00
CarCatsModel.php The car categories and tracks are now stored in 2 tables in the database, so the 2 files containing this information are no longer used. 2024-04-07 22:32:24 +02:00
CarsModel.php Various improvements and optimizations in the models 2024-04-07 22:27:36 +02:00
TrackCatsModel.php The car categories and tracks are now stored in 2 tables in the database, so the 2 files containing this information are no longer used. 2024-04-07 22:32:24 +02:00
TracksModel.php Various improvements and optimizations in the models 2024-04-07 22:27:36 +02:00
UsersModel.php Various improvements and optimizations in the models 2024-04-07 22:27:36 +02:00