PHP Classes

File: views/frontend/page/landing.php

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Website Module   views/frontend/page/landing.php   Download  
File: views/frontend/page/landing.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Yii2 Website Module
Add a content page management system to a site
Author: By
Last change:
Date: 1 month ago
Size: 239 bytes
 

Contents

Class file image Download
<?php

use yii\helpers\Html;
use \
daxslab\website\widgets\PageWidgetizer;

$this->title = $model->title;
$this->description = $model->abstract;
$this->image = $model->image;

?>

<?= PageWidgetizer::widget([
   
'body' => $model->body
])?>