ChangeLog – 0.5.3-alpha

12 December 2007

  • Bug Fixes

    • Dispatcher no longer generates a 404 when $_SESSION[view] is empty
    • Fixed bug in PostgresDatabase that occurred when using a database password
    • Modified Dispatcher to create $aData before loading header.php
  • Added JSONObject Class
  • Added XMLFunctions Library

    • Added PrettyPrint() method
  • Modified CRUD Class

    • Added GetTableName() method
    • Added __toString() method
    • Added AsXML() method
    • Added AsXMLString() method
    • Added AsJSON() method
    • Modified for new singleton database architecture
    • Cleaned up Find() and FindCount()
  • Modified FileFunctions Library

    • Added GetFileBaseName() method
  • Modified StringFunctions Library

    • Added FormatPHPCode() method
  • Modified Database Class to support create singleton connections.

    • Now an abstract class instead of interface
    • __construct() is now private
    • Added AddProfile() method
    • Added SetDefaultProfile() method
    • Renamed GetConnection() to GetResource()
    • Added GetConnection() method