[Piwik-svn] r170 - trunk/modules

svnmaster at piwik.org svnmaster at piwik.org
Mon Jan 14 06:48:48 CET 2008


Author: matt
Date: 2008-01-14 06:48:48 +0100 (Mon, 14 Jan 2008)
New Revision: 170

Modified:
   trunk/modules/Controller.php
   trunk/modules/Log.php
Log:
finished packaging

Modified: trunk/modules/Controller.php
===================================================================
--- trunk/modules/Controller.php	2008-01-14 05:41:15 UTC (rev 169)
+++ trunk/modules/Controller.php	2008-01-14 05:48:48 UTC (rev 170)
@@ -9,6 +9,10 @@
  * @package Piwik
  */
 
+/**
+ * 
+ * @package Piwik_
+ */
 abstract class Piwik_Controller
 {
 	function getDefaultAction()

Modified: trunk/modules/Log.php
===================================================================
--- trunk/modules/Log.php	2008-01-14 05:41:15 UTC (rev 169)
+++ trunk/modules/Log.php	2008-01-14 05:48:48 UTC (rev 170)
@@ -8,19 +8,19 @@
  * 
  * @package Piwik_Log
  */
-
-/**
- * 
- * 
- * @package Piwik_Log
- */
+
 Zend_Loader::loadClass('Zend_Log');
 Zend_Loader::loadClass('Zend_Log_Formatter_Interface');
 Zend_Loader::loadClass('Zend_Log_Writer_Stream');
 Zend_Loader::loadClass('Zend_Log_Writer_Db');
 
 Zend_Loader::loadClass('Piwik_Common');
-
+
+/**
+ * 
+ * 
+ * @package Piwik_Log
+ */
 abstract class Piwik_Log extends Zend_Log
 {
 	private $logToDatabaseTableName = null;
@@ -116,7 +116,12 @@
     }
 	
 }
-
+
+/**
+ * 
+ * 
+ * @package Piwik_Log
+ */
 class Piwik_Log_Formatter_FileFormatter implements Zend_Log_Formatter_Interface
 {
 	/**



More information about the Piwik-svn mailing list