PHP Classes

File: examples/cms/app/admin/templates/admin.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/cms/app/admin/templates/admin.php   Download  
File: examples/cms/app/admin/templates/admin.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 213 bytes
 

Contents

Class file image Download
<h2>Admin</h2>
        <p>With this link you can <a href="login/logout">log out</a></p>

        <ul>

            <li><a href="admin/posts/">Manage Posts</a></li>

            <li><a href="admin/settings/">Manage Settings</a></li>

        </ul>