Login   Register  
PHP Classes
elePHPant
Icontem

File: elemental-sm/admin/pageList.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ilya Nemihin  >  elementalSiteMaker  >  elemental-sm/admin/pageList.php  >  Download  
File: elemental-sm/admin/pageList.php
Role: Application script
Content type: text/plain
Description: page for list of pages
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 2003-01-31 12:07
Size: 235 bytes
 

Contents

Class file image Download
<?php

$include_root 
'../include/';
include ( 
$include_root.'functions/ClassLoader.php' );

load_class('Page/PageSiteList/PageManagerList.php');

  
$pageManagerList = new PageManagerList();
  
$pageManagerList->manage();

?>