PHP Classes

this is a really good class when testing the generated sql to...

Recommend this page to a friend!

      DB Backup Class  >  All threads  >  this is a really good class when...  >  (Un) Subscribe thread alerts  
Subject:this is a really good class when...
Summary:Package rating comment
Messages:2
Author:David Carr
Date:2013-10-26 16:12:29
Update:2013-10-26 18:14:48
 

David Carr rated this package as follows:

Utility: Good
Consistency: Good
Examples: Good

  1. this is a really good class when...   Reply   Report abuse  
Picture of David Carr David Carr - 2013-10-26 16:12:29
this is a really good class when testing the generated sql to restore a database I had errors I needed to change the -- comments to be wrapped inside /* */ comments

Also I changed the CREATE TABLE to CREATE TABLE IF NOT EXISTS

Thanks.

  2. Re: this is a really good class when...   Reply   Report abuse  
Picture of Raul Raul - 2013-10-26 18:14:48 - In reply to message 1 from David Carr
Thank you very much.