From 62e1e7d6b96144adcc56aa97c4663855a1ab4ddf Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 31 May 2007 22:00:59 +0000 Subject: [PATCH] --- lib/Doctrine/AuditLog.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 lib/Doctrine/AuditLog.php diff --git a/lib/Doctrine/AuditLog.php b/lib/Doctrine/AuditLog.php new file mode 100644 index 000000000..7befc7e01 --- /dev/null +++ b/lib/Doctrine/AuditLog.php @@ -0,0 +1,38 @@ +. + */ +/** + * Doctrine_AuditLog + * + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + * @author Konsta Vesterinen + */ +class Doctrine_AuditLog +{ + public function audit(Doctrine_Table $table) + { + + } +}