PHP Classes

File: app/widgets/views/menubar.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/widgets/views/menubar.php   Download  
File: app/widgets/views/menubar.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/widgets/views/menubar.php
Date: 9 months ago
Size: 168 bytes
 

Contents

Class file image Download
<?php

/** @var array $links */

echo \Micro\Web\Html\Html::openTag('div', ['class' => 'menu']);
echo
implode(' ', $links);
echo \
Micro\Web\Html\Html::closeTag('div');