本文整理匯總了PHP中payed::CountPro方法的典型用法代碼示例。如果您正苦於以下問題:PHP payed::CountPro方法的具體用法?PHP payed::CountPro怎麽用?PHP payed::CountPro使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類payed
的用法示例。
在下文中一共展示了payed::CountPro方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: header
<?php
if (!defined('IS_SITE_ADMIN')) {
header('Location: /404.php');
exit;
}
$cnt = users::CountAll();
require_once $_SERVER['DOCUMENT_ROOT'] . '/classes/payed.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/classes/account.php';
$pro = payed::CountPro();
$DB = new DB('master');
?>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="left"><strong>Статистика</strong></td>
<td align="right"><a href="/siteadmin/stats/charts.php">График</a></td>
</tr>
</table>
<br><br>
<?php
$mFull = true;
require_once 'top_menu.php';
?>
<br><br>
<table width="100%" border="1" cellspacing="2" cellpadding="2" class="brd-tbl">
<tr>
<td>Активно PRO (Всего разных юзеров в PRO (за все время))</td>