PHP Classes

File: gestion/menu_help.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   gestion/menu_help.php   Download  
File: gestion/menu_help.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: 3 years ago
Size: 743 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: menu_help.php (v0.1)
// Role: Display a submenu in the help pages
*/

echo "<a href=\"doc_help1.php\">Principle</a> &nbsp;|&nbsp; <a href=\"doc_help2.php\">Tree</a> &nbsp;|&nbsp; <a href=\"doc_help3.php\">Fill the database</a> &nbsp;|&nbsp; <a href=\"doc_help4.php\">active or not</a> &nbsp;|&nbsp; <a href=\"doc_help5.php\">HOWTO create an ebook</a> &nbsp;|&nbsp; <a href=\"doc_help6.php\">Using it</a> &nbsp;|&nbsp; <a href=\"doc_help7.php\">Documentation, links</a>";
?>