A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
Is there a way to close the connection to the database? I'm using a script that runs as a daemon, and the database connection goes away. I can open the connection before every request, but is there a way to manually close it?
Is there a way to close the connection to the database? I'm using a script that runs as a daemon, and the database connection goes away. I can open the connection before every request, but is there a way to manually close it?
Bests, Cris