本文整理汇总了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>