stibiumz / phalcon.eager-loading

Solves N+1 query problem in Phalcon Model
The Unlicense
36 stars 24 forks source link

Recursivity problem with "with" #11

Closed draganescu closed 5 years ago

draganescu commented 7 years ago

Hey I'm trying to implement this extension on Phalcon 3 and PHP 7 and as soon as I use "with" I get:

Maximum function nesting level of '256' reached, aborting!
Fatal error: Maximum function nesting level of '256' reached, aborting! in /var/www/vivre-feed/vivre/library/eager-loading/EagerLoading/QueryBuilder.php on line 16

Any ideas?