public function actionAboutDry($review = null) { if (isset($_REQUEST['review']) != '') { $testmonials = PageModel::find()->where("page_id='" . $_REQUEST['review'] . "'")->one(); //og tags $this->view->params['metatitle'] = $testmonials->title; $this->view->params['metadesc'] = strip_tags($testmonials->text); } return $this->render("about"); }
public function actionIndex() { $data = new ActiveDataProvider(['query' => Page::find()->desc()]); return $this->render('index', ['data' => $data]); }
public function findtestmonails() { return PageModel::find()->asArray()->all(); }
</article> </div> <div class="testimonials"> <div class="title"><?php echo Yii::t('easyii', 'testimonials'); ?> </div> </div> <?php /* A dataprovider with all articles */ $dataProvider = new \yii\data\ActiveDataProvider(['query' => PageModel::find()->where("homepage=0 or homepage=2"), 'pagination' => ['pagesize' => 4]]); echo \yii\widgets\ListView::widget(['dataProvider' => $dataProvider, 'summary' => '', 'itemOptions' => ['class' => 'item'], 'itemView' => '_reviewnew', 'pager' => ['class' => \kop\y2sp\ScrollPager::className(), 'noneLeftText' => '', 'triggerText' => '<button class="btn dry-btn-2 center-block margin-bottom10">' . yii::t('easyii', 'More Testimonials') . '</button>']]); //btn dry-btn-2 center-block margin-bottom10 ?> </div> </div> </div> <script> function windowPopup(url, width, height) { // Calculate the position of the popup so // it’s centered on the screen.
echo $page->text; ?> </p> </article> </div> <div class="testimonials"> <div class="title">testimonials</div> </div> <?php $testmonials = PageModel::find()->all(); $num = 0; foreach ($testmonials as $item) { $num++; if ($num & 1) { echo ' <div class="about-review container">'; } else { echo '<div class="gray-review about-review "> <div class="container">'; } ?> <h4><?php echo $item->owner; ?> </h4> <h3><?php