dbFacile
dbFacile copied to clipboard
Logging capability
I wonder while you cut off the opportunity to log the query operations of the Class. Is there a particular reason you did that?
Could you roll back this feature?
I took out the query logging because I was no longer using it and felt it was a clumsy implementation. If I were to add it back, I'd first have to investigate how other PHP projects handle logging. I imagine it might make more sense to send the query to a syslog client.
I found them very usefull when I debug, so I added the methods back in the new class. ;-)