PHP Classes

Very nice code

Recommend this page to a friend!

      PHP MYSQL Undo Query  >  All threads  >  Very nice code  >  (Un) Subscribe thread alerts  
Subject:Very nice code
Summary:Package rating comment
Messages:4
Author:Rakesh Kumar
Date:2013-12-12 19:31:57
Update:2013-12-12 20:04:58
 

Rakesh Kumar rated this package as follows:

Utility: Good
Consistency: Good
Unit tests: Good

  1. Very nice code   Reply   Report abuse  
Picture of Rakesh Kumar Rakesh Kumar - 2013-12-12 19:31:57
Very nice code

  2. Re: Very nice code   Reply   Report abuse  
Picture of Ovunc Tukenmez Ovunc Tukenmez - 2013-12-12 20:04:58 - In reply to message 1 from Rakesh Kumar
thank you :)

  3. Re: Very nice code   Reply   Report abuse  
Picture of Rakesh Ahirrao Rakesh Ahirrao - 2015-08-11 11:44:23 - In reply to message 2 from Ovunc Tukenmez
Please provide database table structure.

  4. Re: Very nice code   Reply   Report abuse  
Picture of Ovunc Tukenmez Ovunc Tukenmez - 2015-10-12 14:32:15 - In reply to message 3 from Rakesh Ahirrao
Hi Rakesh,

Table structure is cloned with the table that the logging will be enabled.
The following columns are added to the log table on logging activation.

__t DATETIME
__is_inserted BIT NOT NULL DEFAULT 0
__is_updated BIT NOT NULL DEFAULT 0
__is_deleted BIT NOT NULL DEFAULT 0

Hope this helps.