In this release we have merged the documentation for the CSS and PDI frameworks into a single User Guide. This will help developers to gain quick access to all the documentation for both frameworks.
PHP 5.3 Support
Beginning with Beta 2 we have added support for PHP 5.3. This will enable you to take advantage of the new closure and lambda functions features of PHP 5.3
<?php
$page['#button']->click(function() {
C()->alert('Hello World! - PHP 5.3 Rules!');
});
?>
The Switchboard
The switchboard takes the framework a step further in helping developers to quickly develop their own MVC based solutions.
Embedded Applications
Imagine being able to create an application that you can insert into just about any web page with a single line of HTML code. The embedded feature makes it easier to re-use, share or import your PDI applications into any static or dynamically generated web page (e.g. ASP.Net, JSP, Perl, Python, Ruby, etc)
Web Page Plugins
With the new plugin support you can create your own re-useable Datagrids, Listbox, TreeViews or Navigation Menus that can be easily added to a web page.
Rich Element Extension
Adding new features to your rich elements could not have been easier. With a single method call you can transform your elements into something beautiful.
System Events
With system events you can now receive system-wide notifications whenever the session has started or a web page has been initialized.
Template Binder Enhancements
The new tplEdit option makes it easier to add editing features to your data lists, tables and repeater.
For more information on what was change see the Change Log
Posts: 16

Reply #13 on : Tue October 01, 2013, 12:24:23
Posts: 16

Reply #12 on : Wed October 02, 2013, 03:09:37
Posts: 16

Reply #11 on : Wed October 02, 2013, 16:18:18
Posts: 16

Reply #10 on : Thu October 03, 2013, 05:38:37
Posts: 16

Reply #9 on : Sat October 05, 2013, 00:28:58
Posts: 16

Reply #8 on : Sun October 06, 2013, 10:38:09
Posts: 16

Reply #7 on : Sun July 13, 2014, 09:01:02
Posts: 16

Reply #6 on : Sun July 13, 2014, 20:29:07
Posts: 16

Reply #5 on : Mon April 13, 2015, 09:27:19
Posts: 16
Reply #14 on : Tue October 01, 2013, 08:30:27