PHP Classes

File: modules/cms/controllers/media/index.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/controllers/media/index.php   Download  
File: modules/cms/controllers/media/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 241 bytes
 

Contents

Class file image Download
<?= Block::put('head') ?><?= Block::endPut() ?>

<?= Block::put('body') ?>
<?= Form::open(['class'=>'layout', 'onsubmit'=>'return false']) ?>
<?= $this->widget->manager->render() ?>
<?= Form::close() ?>
<?= Block
::endPut() ?>