PHP Classes

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

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

Contents

Class file image Download
<?php

/** @var \Micro\Mvc\Models\Model $model */

echo \Micro\Web\Html\Html::heading(1, '???????? ??????');

echo
$this->renderPartial('_form');