Home     PHP / Javascript / Ajax
PHP Merlin Web Application Framework Script

PHP Script Codes > development-tools

Merlin Web Application Framework Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 6065

PHP Script Codes > Merlin Web Application Framework
"Merlin Web Application Framework" is a framework for stateful web-based events driven applications written in php. "Merlin Web Application Framework" uses PEAR for the data layer and SMARTY template engine for the presentation layer.

Changelog:
- Add: media type for css: screen-print
- Fix: Microsoft Windows uploads (always upload also if file field is empy)
- Fix: check installation script returns ok also if database connection fails
- Add: Server O.S. Autodetection: fewer number of configuration constants in the application index.php
- Add: new "alert" mask template, used for alert communications or login masks etc... it does not have menu and toolbar.
- Change: new way of using php include_path to allow cleaner PEAR inclusion
- Add: system wide and project wide libraries directory where programmer can add all desidered libraries, these are pushed is the php include path
- Add: set_default_label is called in BUTTON constructor
- Add: set_label wrapper for set_value in BUTTON widget
- Add: get_name in MERLIN_OBJECT
- Fix: default template z-index fix
- Change: fixed value of MERLIN_UPLOADS_TMP_PATH and DIR etc.., now it's MERLIN_UPLOADS_PATH . '/tmp'
- Fix: sheets groups gray theme is now completed
- Add: password field with md5 ecryption
- Change: default smarty cache compile directory set to php.ini session.save_path
- Fix: html chars bug in fields
- Fix: $merlin session reference bugfix
- Add: ABORT or PROCEDE statements on ovent handlers
- Fix: various bugfixes