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

[TASK] Added pdo related classes. #5

Merged
merged 7 commits into from
Oct 21, 2015
Merged

[TASK] Added pdo related classes. #5

merged 7 commits into from
Oct 21, 2015

Conversation

skipperbent
Copy link
Owner

No description provided.

- Changed all db references to new pdo class.
- Made project use Pdo class instead of Db class.
- Simplified Model by removing wierd methods like count, max etc.
- Save and update methods now longer calls query, which should provide
  faster response as it no longer builds a new unused model.
- Removed data parameters that are no longer availible due to pdo changes.
- Other optimisations and fixes.
- Removed custom PdoException class.
- Db class is now marked as depricated and will be removed in later
  versions.
- Added nonQuery and scalar methods to Model class.
- psr-2 fixed many of the model methods.
- Made ModelNode use setRows instead of creating custom fetchPage etc. methods.
- Other minor bugfixes and optimisations.
skipperbent added a commit that referenced this pull request Oct 21, 2015
[TASK] Added pdo related classes.
@skipperbent skipperbent merged commit f4746cd into master Oct 21, 2015
@skipperbent skipperbent deleted the feature-pdo branch October 21, 2015 10:33
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.

1 participant