Chapter 1. Introdution

Table of Contents

Release notes
0.1.0
Contributors

The dev/con php base is an application framework focused on development of HTML frontends in php. It doesn't depend on other libraries and can be used freely under the terms of the Lesser GNU Public License..

Like most frameworks this one takes repetitive work off you and makes you feel like you were in Hollywood ("Don't call us, we call you."), which is also know under the term event driven: You configure the behaviour of your application at startup and wait for events that come in and result into function calls to your program.

Repetitively needed code like URL, SQL and HTML generation is hidden under some layers of objects combined by a GUI facade, reducing the number of classes that need to be known most of the time to 2.

This manual is completely rewritten into a tutorial. If you want to find out about more features of the library, please refer to the API reference available online and with the package.

Release notes

0.1.0

admin_panel is not backward-compatible. The directory structure was cleaned up as well as many classes.