ChangeLog

ChangeLog

2.5.0 - 06/05/2013
  • Fixed PHP 5.4 deprecated functions
  • 2.1.0 - 23/01/2007
  • Changed the code used to manage the filter form. It uses the MVC method to draw the form, parse the input and to build the where statement to filter the rows. Now is is more easy to add custom input object, modify the form layout.
  • Added more input object type (date input, range input, select box)
  • 2.0.0 - 28/02/2005
  • PHP 5 support.
  • Event driven coding.
  • Added support to MSSQL Server.
  • New API documentation.
  • 1.2.0 - 30/09/2004
  • Move out the database connection logic to classes to extend the support to many other database.
  • Added support to ODBC. Note: this module was tested to connect to Ms Access on Win32 system.
  • 1.1.1 - 1/9/2004
  • Added more control on which fields show in detail mode
  • Added parameters to set the value's output format
  • Many bugs fix
  • Fixed the test programs. In the previous release they haven't the correct include statements.
  • 1.1.0 - 21/06/2004
  • In this release I moved out from the business module the PHP code that builds the user interface. In this way I hope to make easy the design customisation. Each interface object as form, table view, detail view, message box, link to the next/previous page, now are written as single class that you may extend.
  • External configuration file. Due to the user interface the number of parameter is grown, so I added an external configuration file where store many of the configuration parameters.
  • Added links tooltip.
  • Now the textbox used to query the fields value by the add/modify form are written as classes. For each field you may choose the better input type, and if don't find any class suitable to your case, you may write a new one and use it.
  • 1.0.1 - 26/03/2004
  • Added new parameter showfirstcallrow, to enable to show first 15 rows at the first time the page is shown. Normally it shows only the search box.
  • Fixed column type identification in case of type blob/text/set/enum
  • Fixed, you must set the parameter 'table' into the edit feature parameters, also if you don't enable it
  • 1.0 - 23/11/2003
  • First public release