-
$dbConnection
-
-
Dal
-
The constructor method - connects to the database.
-
Dal
-
The base Max Database Data Access Layer class.
-
Dal.php
-
-
Dal_Statistics
-
A factory class for creating Dal_Statistics_Common subclass objects.
-
Dal_Statistics_AdServer
-
The constructor method.
-
Dal_Statistics_AdServer
-
The data access layer code for summarising raw data into statistics, for the AdServer module.
-
Dal_Statistics_AdServer_Split
-
The constructor method.
-
Dal_Statistics_AdServer_Split
-
The data access layer code for summarising raw data into statistics, for
-
Dal_Statistics_Common
-
The constructor method.
-
Dal_Statistics_Common
-
An abstract class that defines the interface and some common methods for the data access layer code for summarising raw data into statistics, for all Max modules.
-
decrementCampaigns
-
A method to decrement the remaining impression, click and conversion targets of campaigns based on the saved, summarised data.
-
deleteOldData
-
A method to delete old (ie. summarised) raw data.
-
deleteOldData
-
A method to delete old (ie. summarised) raw data.
-
deleteOldData
-
A method to delete old (ie. summarised) raw data.
-
$dal
-
-
Dal_Table
-
An abstract class defining the interface for creating Max database tables.
-
Dal_Table
-
The constructor method.
-
Dal_Table_Core
-
The constructor method.
-
Dal_Table_Core
-
A class for creating the core Max database tables.
-
dropTable
-
A method for dropping tables.
-
dropTempTable
-
A method for dropping temporary tables.
-
Dal_TestOfDal
-
A class for testing the Dal class.
-
Dal_TestOfDal
-
The constructor method.
-
Dal_TestOfStatistics
-
The constructor method.
-
Dal_TestOfStatistics
-
A class for testing the Dal_Statistics class.
-
Dal_TestOfStatisticsAdServer
-
A class for testing the Dal_Statistics_AdServer class.
-
Dal_TestOfStatisticsAdServer
-
The constructor method.
-
Dal_TestOfStatisticsAdServerSplit
-
The constructor method.
-
Dal_TestOfStatisticsAdServerSplit
-
A class for testing the Dal_Statistics_AdServerSplit class.
-
Dal_TestOfStatisticsCommon
-
The constructor method.
-
Dal_TestOfStatisticsCommon
-
A class for testing the Dal_Statistics_Common class.
-
Dal_TestOfTableCore
-
The constructor method.
-
Dal_TestOfTableCore
-
A class for testing the Dal_Table_Core class.
-
DATE_CALC_BEGIN_WEEKDAY
-
-
singleton
-
The singleton method to create or return a single instance of the class.
-
StatisticsAdServerSplit.php
-
-
StatisticsAdServer.php
-
-
StatisticsCommon.php
-
-
Statistics.php
-
-
saveHistory
-
A method to update the zone impression history table from the intermediate tables.
-
saveIntermediate
-
A method to update the intermediate tables with summarised data.
-
saveIntermediate
-
A method to update the intermediate tables with summarised data.
-
saveSummary
-
A method to update the summary table from the intermediate tables.
-
saveSummary
-
A method to update the summary table from the intermediate tables.
-
singleton
-
The singleton method to create or return a single instance of the class.
-
singleton
-
The singleton method to create or return a single instance of the class.
-
singleton
-
The singleton method to create or return a single instance of the class.
-
summariseClicks
-
A method for summarising clicks into a temporary table.
-
summariseClicks
-
A method for summarising clicks into a temporary table.
-
summariseClicks
-
A method for summarising clicks into a temporary table.
-
summariseConnections
-
A method for summarising connections into a temporary table.
-
summariseConnections
-
A method for summarising connections into a temporary table.
-
summariseConnections
-
A method for summarising connections into a temporary table.
-
summariseImpressions
-
A method for summarising impressions into a temporary table.
-
summariseImpressions
-
A method for summarising impressions into a temporary table.
-
summariseImpressions
-
A method for summarising impressions into a temporary table.
-
$splitTables
-
-
singleton
-
A singleton method to create or return a single instance of the Dal_Table_Core object.
-
$tables
-
-
$tempTables
-
-
$tables
-
-
TableCore.php
-
-
Table.php
-
-
TestOfDal.php
-
-
TestOfStatisticsAdServerSplit.php
-
-
TestOfStatisticsAdServer.php
-
-
TestOfStatisticsCommon.php
-
-
TestOfStatistics.php
-
-
TestOfTableCore.php
-
-
testAllCoreTables
-
Tests creating/dropping all of the core tables.
-
testCheckIntervalDates
-
Tests the private _checkIntervalDates() method.
-
testConstructor
-
Tests the constructor method.
-
testCreateAdServer
-
Test the creation of an AdServer module via the factory.
-
testCreateAdServerSplit
-
Test the creation of a split AdServer module via the factory.
-
testDbConnection
-
Tests that the database connection can be made, without using the Dal class - that is, that the details specified above are okay.
-
testDbHostDefined
-
Tests that the database host is setup in the config .ini file.
-
testDbNameDefined
-
Tests that the database name is setup in the config .ini file.
-
testDbPasswordDefined
-
Tests that the database password is setup in the config .ini file.
-
testDbPortDefined
-
Tests that the database port is setup in the config .ini file.
-
testDbPrefixDefined
-
Tests that the Max table prefix is setup in the config .ini file.
-
testDbTypeDefined
-
Tests that the database type is setup in the config .ini file.
-
testDbUserDefined
-
Tests that the database user is setup in the config .ini file.
-
testDecrementCampaigns
-
Tests the decrementCampaigns() method.
-
testDeleteOldData
-
Tests the deleteOldData() method.
-
testDeleteOldData
-
Tests the deleteOldData() method.
-
testGetMaintenanceStatisticsLastRunInfo
-
Tests the getMaintenanceStatisticsLastRunInfo() method.
-
testGetMaintenanceStatisticsLastRunInfo
-
Tests the getMaintenanceStatisticsLastRunInfo() method.
-
testLogCompletion
-
Tests the logCompletion() method.
-
testSaveHistory
-
Tests the saveHistory() method.
-
testSaveIntermediate
-
Tests the saveIntermediate() method.
-
testSaveIntermediate
-
Tests the saveIntermediate() method.
-
testSaveSummary
-
Tests the saveSummary() method.
-
testSingleton
-
Tests that the singleton() method only ever returns one class instance.
-
testSingleton
-
Tests that the singleton() method only ever returns one class instance.
-
testSingleton
-
Tests that the singleton() method only ever returns one class instance.
-
testSingletonDbConnection
-
Tests that the singleton() method only ever returns one database connection.
-
testSummariseClicks
-
Tests the summariseClicks() method.
-
testSummariseClicks
-
Tests the summariseClicks() method.
-
testSummariseConnections
-
Tests the summariseConnections() method.
-
testSummariseConnections
-
Tests the summariseConnections() method.
-
testSummariseImpressions
-
Tests the summariseImpressions() method.
-
testSummariseImpressions
-
Tests the summariseImpressions() method.