PHP Classes

File: WIAdmin/WIHeader.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIHeader.php   Download  
File: WIAdmin/WIHeader.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change: WI CMS

I am in process of building up my own cms system, its not quiet complete
yet.
There are multiple PDO classes, database driven, in process of making an
installer package for it.
The back end is being built UI with drag and drop, for a simple set up
Date: 6 years ago
Size: 391 bytes
 

Contents

Class file image Download
<?php
define
("INCLUDE_CHECK", true);
include_once
'WICore/init.php';

 if(
$admin->isAdmin()){
include_once
'WIInc/WI_start_up.php';
include_once
'WIInc/WI_header.php';
include_once
'WIInc/sidebar.php';
include_once
'WIInc/header.php';
              
            }else{
header("location:../index.php");
            }
          
?>




<!-- footer -->
<!-- end footer -->




</body>
</html>