PHP Classes

File: elemental-sm/admin/pageEdit.php

Recommend this page to a friend!
  Classes of Ilya Nemihin   elementalSiteMaker   elemental-sm/admin/pageEdit.php   Download  
File: elemental-sm/admin/pageEdit.php
Role: Application script
Content type: text/plain
Description: page for edit page
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 21 years ago
Size: 233 bytes
 

Contents

Class file image Download
<?php

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

load_class( 'Page/PageSiteEdit/PageManagerEdit.php' );

$pageManagerEdit = new PageManagerEdit();
$pageManagerEdit->manage();

?>