j4mie / idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
http://j4mie.github.com/idiormandparis/
2.01k stars 369 forks source link

unbuffered queries error fix, inheritance error fix, phpdoc fixes #336

Closed fewbig closed 6 years ago

treffynnon commented 6 years ago

Unfortunately, this pull request cannot be accepted:

  1. it fails to pass the unit tests (https://travis-ci.org/j4mie/idiorm/builds/370488206)
  2. self is changed to static breaking PHP 5.2 compatibility
  3. various other older PHP version incompatible code

Please create a new pull request including just the changes to patch the issue you've identified. In addition please ensure it passes the test suite and that you add any new tests to exercise any new code you add.