|
ultimix
|
Public Member Functions | |
| __construct () | |
| select_for_campaign ($cid) | |
| select_for_creator ($uid, $Start=false, $Limit=false, $CampaignId=false) | |
Data Fields | |
| $AdBannerAccess = false | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
Class provides routine for ad banners.
Definition at line 26 of file ad_banner_algorithms.php.
| __construct | ( | ) |
Constructor.
Definition at line 53 of file ad_banner_algorithms.php.
| select_for_campaign | ( | $cid | ) |
Selecting records.
| $cid | - id campaign. |
| Exception | - An exception of this type is thrown. |
Definition at line 90 of file ad_banner_algorithms.php.
| select_for_creator | ( | $uid, | |
$Start = false, |
|||
$Limit = false, |
|||
$CampaignId = false |
|||
| ) |
Selecting records.
| $uid | - id of the creator. |
| $Start | - Query limitations. |
| $Limit | - Query limitations. |
| $CampaignId | - Campaign's id. |
| Exception | - An exception of this type is thrown. |
Definition at line 186 of file ad_banner_algorithms.php.
| $AdBannerAccess = false |
Cached objects.
Definition at line 38 of file ad_banner_algorithms.php.
| $Database = false |
Definition at line 39 of file ad_banner_algorithms.php.
| $DatabaseAlgorithms = false |
Definition at line 40 of file ad_banner_algorithms.php.
| $Security = false |
Definition at line 41 of file ad_banner_algorithms.php.