PHP Classes

File: WIMembers/profile.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIMembers/profile.php   Download  
File: WIMembers/profile.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary 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: 7 years ago
Size: 575 bytes
 

Contents

Class file image Download
<?php
include_once 'WIInc/WI_StartUp.php';

if(
$login->isLoggedIn()){
include_once
'WIInc/panel.php';
include_once
'WIInc/top_head.php';
$web->MainMenu();
?>



<?php
include_once 'WIInc/profile.php';
$web->footer();
?>
<!--End Wrapper-->
  <!-- Start Style Switcher -->
  <div class="switcher"></div>
  <!-- End Style Switcher -->
  <script type="text/javascript" src="WICore/WIJ/styleswitch.js"></script>
  <script type="text/javascript" src="WICore/WIJ/jquery.cookie.js"></script>

 

</body>
</html>
<?php
}else{
header("location:../index.php");
            }
?>