Skip to content
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

PDO fetch mode implied #137

Open
Dormilich opened this issue Feb 14, 2017 · 0 comments
Open

PDO fetch mode implied #137

Dormilich opened this issue Feb 14, 2017 · 0 comments
Labels

Comments

@Dormilich
Copy link

In implement-approach/06_gruppenbruch.md impliziert das PDO-Beispiel (4b) PDO::FETCH_OBJECT, ohne dass das irgendwo erwähnt wurde (zumal PDO::FETCH_BOTH der reguläre default ist) und alle anderen Beispiele ebenfalls ohne Objekte arbeiten. Mögliche Lösungen:

  • Änderung des Fetch-Mode nach PDO::FETCH_GROUP|PDO::FETCH_OBJECT
  • Änderung von Ausgabe und innerem foreach entsprechend für Arrays.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants