Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-07-30 21:37:46 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-07-30 21:37:46 +0400
commit906e61aafe9ff1ff73b16c3738dd00d6d8bfbdd2 (patch)
tree1e1929fa7c09dee753344cb61245c4f964e763e1 /piwik.php
parent2157033b8b6a5aeeecad81dd0b094cbfd76a523b (diff)
- logging system DONE
- fixed bug Access - input filtering functions
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index 9b921a793c..4b6a8d14d8 100644
--- a/piwik.php
+++ b/piwik.php
@@ -1,4 +1,18 @@
<?php
+/**
+ * To maximise the performance of the logging module, we
+ * - minimize the number of external files included.
+ * Ideally only one (the configuration file).
+ * - write all the SQL queries without using any DB abstraction layer.
+ * Of course we carefully filter all input values.
+ * - minimize the number of SQL queries necessary to complete the algorithm.
+ *
+ *
+ *
+ *
+ *
+ */
+
// load config file
// connect Database