-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Hi,
I have a database with many tables. If query tables with smaller set of data, php-crud-api works fine, but when query tables with more than 10,000 records only the {"tableName:{}}
is returned.
I am not sure if there is someting withphp-crud-api or something with my Apache configuration. I have increaesd memory_limit
in php.ini many times without succes. Hopefully someone using php-crud-api has the same issue?