Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

enableDebugging

posted by dao27 9 years ago

It's there any way to receive only queries what really interogate database, and queries like SHOW CREATE TABLE to not appear. it's very hard when have a database with more than 30 table to look for what i am interested.

If you turn on ORM schema caching, the queries will only happen once - all subsequent requests will only show the real queries. fORM#SchemaCaching

posted by wbond 9 years ago