PHP Classes

File: app/modules/blog/views/post/_view.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/modules/blog/views/post/_view.php   Download  
File: app/modules/blog/views/post/_view.php
Role: Sample output
Content type: text/plain
Description: view for ListViewWidget
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of app/modules/blog/views/post/_view.php
Date: 2 months ago
Size: 137 bytes
 

Contents

Class file image Download
<?php /** @var App\Modules\Blog\Models\Blog $element blog model */ ?> <a href="/blog/post/<?= $element->id ?>"><?= $element->name ?></a>