sdwebserver/app/Models
2024-12-14 10:55:16 +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 code to obtain the best laps has been moved to the getBests method in App\Models\BestLapsModel. 2024-12-14 10:55:16 +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