File: control

package info (click to toggle)
phplib 1%3A7.3dev-3.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,752 kB
  • ctags: 247
  • sloc: php: 6,659; perl: 323; pascal: 157; makefile: 102; sh: 7
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: phplib
Section: web
Priority: optional
Maintainer: Ivan E. Moore II <rkrusty@debian.org>
Standards-Version: 3.1.1

Package: phplib
Architecture: all
Depends: php3 | php3-cgi | php4 | php4-cgi, ${perl:Depends}
Suggests: php3-mysql | php3-msql | php3-pgsql
Conflicts: bookmarker (<= 1.5-1)
Description: Library for easy writing web applications
 The library will help you to write medium and large sized
 data-driven web applications. "Medium to larged applications" are
 applications that consists of multiple database queries, have to
 generate tables from database data, need a user interface that
 generates SQL queries or need a comfortable and user-friendly way
 to protect pages or functionality on pages. "Data-driven"
 applications are applications that make use of a supported SQL
 databse to create HTML content and that use HTML forms to drive
 database transactions.
 .
 More information can be found at the phplib web site
 http://phplib.netuse.de/.