PHP Classes

File: elemental-sm/admin/pageList.php

Recommend this page to a friend!
  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: 21 years ago
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();

?>