PHP Classes

File: views/partials/nav.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Simple, Fast, Lightweight PHP MVC Framework   views/partials/nav.php   Download  
File: views/partials/nav.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple, Fast, Lightweight PHP MVC Framework
Route requests to controller classes or closures
Author: By
Last change:
Date: 1 year ago
Size: 183 bytes
 

Contents

Class file image Download
<nav>
    <ul>
        <li>
            <a href="<?php echo url('/'); ?>">Home</a>
            <a href="<?php echo url('portfolios'); ?>">Portfolios</a>
        </li>
    </ul>
</nav>