8000 Ajout class reservation et reservationslist by Lucie7798 · Pull Request #2 · thoend/DonkeyAir · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ajout class reservation et reservationslist #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Lucie7798
Copy link
Collaborator
@Lucie7798 Lucie7798 8000 commented Nov 16, 2022

Ajout des deux class réservation et réservation List

private int $id;
private float $price;
private int $nb_passengers;

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

private int $user_id ?

$reservations = [];

while($row=$stmt->fetch(PDO::FETCH_ASSOC)){
$reservations[] = User::createdFromSqlRow($row);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reservation::createdFromSqlRow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0