title = 'แดชบอร์ดจัดการระบบ - ' . Yii::$app->params['org_short']; $this->params['breadcrumbs'][] = 'Dashboard'; // Statistics for cards $totalPosts = CmsPost::find()->count(); $totalPages = CmsPage::find()->count(); $totalUsers = User::find()->count(); // Recent posts $recentPosts = CmsPost::find()->orderBy(['created_at' => SORT_DESC])->limit(5)->all(); ?>
| ช่วงเวลา | จำนวนผู้เข้าชม (คน) | สถานะ |
|---|---|---|
| วันนี้ | = number_format(Yii::$app->abt->getCounterToday()) ?> | Online |
| เมื่อวาน | = number_format(Yii::$app->abt->getCounterYesterday()) ?> | - |
| เดือนนี้ (= date('M Y') ?>) | = number_format(Yii::$app->abt->getCounterThisMonth()) ?> | |
| เดือนที่แล้ว | = number_format(Yii::$app->abt->getCounterLastMonth()) ?> | - |
| รวมทั้งหมด | = number_format(Yii::$app->abt->getCounterTotal()) ?> |
|
|
= Html::encode($post->name) ?>
= Yii::$app->formatter->asDate($post->created_at, 'medium') ?>
|
= Html::a('', ['/cms/post/update', 'id' => $post->id], ['class' => 'btn btn-sm btn-light']) ?> |
เวอร์ชัน 2.0.0
พัฒนาโดย HANUMANIT Co., Ltd.