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

WIP class reservation et reservationslist #1

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

VNSG
Copy link
Collaborator
@VNSG VNSG commented Nov 15, 2022

No description provided.

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