PSX Framework v0.3 Release Notes

    • Complete redesing of the framework the library is now more loosly coupled because most classes using dependency injection.
    • ๐Ÿšš The component section was removed and all classes are now in the psx library folder
    • The interface psx_module_private was created if you implement that in your module nobody can access the public methods via the browser
    • The standard PHP loader was implemented wich is also used by Zend etc.
    • โž• adding sql pdo driver
    • ๐Ÿ›  Fixing several bugs