PHP Classes

File: gestion/doc_cmd.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   gestion/doc_cmd.php   Download  
File: gestion/doc_cmd.php
Role: Application script
Content type: text/plain
Description: Script of application
Class: OPDS PHP Ebook Publisher Class
Publish and distribute ebooks for download
Author: By
Last change:
Date: 4 years ago
Size: 851 bytes
 

Contents

Class file image Download
<?php
/*
// OPDS basic gestion (only add entities and relations, not modify)
// Version: 0.1
// Pierre FAUQUE, <pierre@fauque.net>
// Script: 2014, Script->Class: 2019, Gestion: may 2020
// Encoding: UTF-8
// Text editor: GNU/Linux Debian Vi
// File: doc_cmd.php (v0.1)
// Role: Documentation, display the Conceptual Model of Data
*/

require("init.php");
require(
"lib_lddocs.php");
?><!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Conceptual Model of Data</title>
<link rel="stylesheet" href="opds.css" type="text/css" />
</head>

<body>
<table border="0" width="100%">
<tr>
<td class="cmen">
<?php menu(); ?></td>
<td class="cont">
<h1>DOC : Conceptual Model of Data</h1>
<img src="doc_cmd.jpg" alt="Conceptual Model of Data" />
</td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>

</html>