PHP Classes

File: gestion/menu_todo.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   gestion/menu_todo.php   Download  
File: gestion/menu_todo.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: 518 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_todo.php (v0.1)
// Role: Display a submenu in todo help pages
*/

echo "<a href=\"doc_todo1.php\">To do list</a> &nbsp;|&nbsp; <a href=\"doc_todo2.php\">CMD improvements</a> &nbsp;|&nbsp; <a href=\"doc_todo3.php\">Record modifications</a>";
?>