Previous
Next
Table of Contents
CGI++ Manual
Sasha Pachev,
sasha@direct1.com
v0.4, May 14 1999
This a manual for CGI++
1.
Introduction
1.1 What is CGI++
1.2 Why CGI++
2.
Installation
3.
Licence
4.
Features/Functionality
5.
Version
6.
Changes
7.
Syntax Overview
8.
Listing of Macro Directives
8.1 HTML_START
8.2 HTML_END
8.3 MAIN_START
8.4 MAIN_END
8.5 SQL_DB_DRIVER
8.6 SQL_DECL_DBH
8.7 SQL_ON_ERROR
8.8 SQL_CONNECT
8.9 SQL_DISCONNECT
8.10 SQL_DO
8.11 SQL_CURSOR_DO
8.12 SQL_CURSOR_DONE
8.13 SQL_CLIENT_APP
8.14 SQL_SCHEMA_FILE
8.15 SQL_FORM_TO_TABLE
8.16 HTTP_COOKIE_CLASS
8.17 HTTP_COOKIE_MAKER
8.18 MAIL_INIT
8.19 MAIL_CLOSE
8.20 MAIL_START
8.21 MAIL_END
8.22 MAIL_ON_ERROR
8.23 MAIL_APP
9.
libcgi++ API
10.
Examples
10.1 Hello, world
10.2 Hello, form
10.3 SQL example
10.4 Nested SQL_CURSOR loop
10.5 Cookie Example
10.6 Schema Generation Example
10.7 Mail Example
Previous
Next
Table of Contents