PHP Classes

File: WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WI.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WI.php   Download  
File: WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WI.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php


include_once 'WIConfig.php';
include_once
'WIBlog.php';

$blog = new WIBlog();
$comments = new WIComment();