All the classes are rewrited for PHP5 now.
Selective Elements Inclusion (js and css) is implemented: you can perform it into a meta-file and works like this:
Meta-file
....
css:
- mycss1
- mycss2[^ie6]
- mycss3[ie6]
- mycss4[^op8][^ie7.0]
...
The css 'mycss1' will be loaded by all the browsers, 'mycss2' by all except Internet Explorer 6.
'mycss3' will be inserted only in the Internet Explorer 6 browsere pages, the css 'mycss4' can be loaded in non-Opera 8 and non-Internet Explorer 7.0 browsers, but it will be loaded by who have Internet Explorer 7.0.1.
The Debug is all new, because a Integrated Exception System now is a part of ADDMaker! It works fine.
The Debug has a new layout and, thanks Timer module, shows time of our functions and methods, I think that ADDMaker speed is a guinnes.
Others modules are Widget and Cookie.
There's a 'Secure' module, but can perform only the mysql injection check now.
DataBaseConnector rewrited implements a singleton pattern to instancing a connection by DataBaseConnector::get_instance('connection_name') and can mantain multiple connections, with a facade pattern now you can write, with the same logic, query for mySql or Odbc, but at the moment there's only mysql driver interface ;)
Help me to create the others if you want!
TODO:
Inner-templating and execution possible for external controller, like {[commerce_controller:index]} and {#controller3:get_x#}
new exceptions
more speed! Yeah!
Others modules:
Connection management with curl, fopen, socket ect...
Sandboxing management with Runkit