PHP Classes

File: WIAdmin/WIModule/folded_corner/folded-corner.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIModule/folded_corner/folded-corner.php   Download  
File: WIAdmin/WIModule/folded_corner/folded-corner.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: 6 years ago
Size: 306 bytes
 

Contents

Class file image Download
<?php

/**
*
*/
class folded_corner
{
   
    function
__construct()
    {
       
    }

    public function
mod_name()
    {
        echo
'
        <link rel="stylesheet" type="text/css" href="WIModule/appearing_button/appearing_button.css">
        <div id="box1>
            <a href="#">Change profile Photo</a>
            <img src="#" alt="pic">'
;
    }
}