mzz - php framework
Framework created for rapidly develop and easy maintenance web-application. Today, mzz is: modules, ACL, our ORM and etc.

Change Log


Version 0.2.1
  • fixed menu update script
  • fixed an exception instead of 404 page
  • fixed empty popups in tinymce
  • fixed wordwraping in bbcode
  • fixed sql generator when addOr used

Version 0.2
  • the menu module has been rewriten
  • refactoring of the form generator
  • media-files were moved to their modules
  • smarty updated to 2.6.22
  • refactoring and optimization of the tags
  • redirect between controllers with simpleController::forward()
  • for redirect to 404 page added simpleController::forward404()
  • CSRF is enabled by default
  • Fixed the errors (http://trac.mzz.ru/query?group=status&milestone=mzz+0.2)

Version 0.1.1
  • fixed bugs with loading TinyMCE
  • fixed a small bug in the userAuthMapper
  • changed the port determination method in the httpRequest