📄 01-prereq.sgml
字号:
<!-- $Id: 01-prereq.sgml,v 1.1.1.1 2000/04/17 16:39:58 kk Exp $ --><sect1>Target Group and Prerequisites<p>PHPLIB targets the PHP application developer. You need to havegood knowledge of the PHP language, at least basic SQL databaseknowhow and at least basic knowledge on how to operate yourweb server to be able to use the library.The library will help you to write medium to large sizeddata-driven web applications. "Medium to large sizedapplications" are applications that consist of multiple databasequeries, have to generate tables from database data, need a userinterface that generates SQL queries or need a comfortable anduser-friendly way to protect pages or functionality on pages."Data-driven" applications are applications that make use of asupported SQL-database to create HTML content and that use HTMLforms to drive database transactions.To make use of the library you obviously need access to a webserver with a working installation of a current PHP interpreter(we recommend 3.0.12 or newer for this release of the library)and access to a supported SQL database (currently, PHPLIBsupports MySQL, PostgreSQL, mSQL, Oracle 7 and Oracle 8, Sybase,Microsoft SQL Server and ODBC databases). You need to be able tocreate and drop database tables in that database and your webserver must be able to execute <tt/SELECT/, <tt/INSERT/,<tt/UPDATE/ and <tt/DELETE/ statements on these tables.Throughout this manual, we assume that you are using the MySQLdatabase server. PHPLIB will run with any supported SQL server,but we are using MySQL in the development of PHPLIB.PHPLIB can be used in conjunction with the CGI version of PHP andwith <tt/mod_php/, integrated into Apache. Usage of the CGIversion has an impact on overall speed, because you cannot takeadvantage of persistent database connection. We recommendthe Apache module over the CGI version, although we personallyuse the CGI version for various reasons (easier to update andcan be run with Apache <tt/suexec/).PHP 4 is still in beta. We do not support deployment of thislibrary with beta software.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -