PHP Classes

File: include/gallery.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   WYSIWYG Rich Text Editor with Ajax Gallery PHP MySQL   include/gallery.php   Download  
File: include/gallery.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WYSIWYG Rich Text Editor with Ajax Gallery PHP MySQL
Edit HTML on a Web page, including images
Author: By
Last change:
Date: 1 year ago
Size: 191 bytes
 

Contents

Class file image Download
<?php
   
include "./autoload.php";
   
header("Content-Type: application/json");

   
$response = new PostView;
   
$results = $response->Gallery();
    echo
json_encode($results);
?>