Changes for version 0.5

  • View.cgi now optionally asks for username and passwords which are passed on to the database server. With the mySQL access system this allows you to apply access restrictions on Database, Table or Field basis.
  • Added a rows method to PostSet reporting the number of rows matched.
  • Made quite some additional parameters customizable by the $data hash in the Fld constructor including display and store values for Bool, the sql sizes and types of all flds, the sizes of <input ...> boxes.
  • Splited the DB object into msqlDB and mysqlDB (the HTMLView::DB method points to msqlDB for backwards compatibility).
  • Applied some chnages by Richard Braakman <dark@xs4all.nl> that:
    • Fixed up the docs with quite some spell corrections
    • Made sure that the field data is propperly escaped both in the html forms and the sql requests.
    • Added a Bool Fld
    • Added a mysqlDB class for using mySQL database engines.

Modules

For handling DBI relation databases and web interfaces
A boolean field
A List user interface for DBI databases
A simple CGI editor for single posts
Common CGI functions for the viewers
A generic DBI databse with SQL interface
Base class for field classes
Base class for field and relation classes
A index filed used to identifi posts
An integer field
A many to many relation between two tabels
A post in a DBI database
A set posts as in a search result for example
A relation base class
A kriteria used to select posts
A single line string filed
A table within a generic DBI databse
A multi line string filed
interface for msql databases through DBI
interface for mysql databases through DBI

Provides

in config.pm