Webxadmin version 2 is a complete rewrite of the xml database schema interpreter : it still generates a full featured html data management system for mysql, but without the need for a xslt processor. The only requirement is php 4.3.x or greater, with domxml.
Features:
- Tables - global configuration : table prefix allows multiple instances of webxadmin on the same server !
- Fields - wysiwyg field type : replace spaw with fckeditor
- wysiwyg editor is not shipped in the webxadmin download, because it's too heavy. If you plan to use texthtml field type please download fckeditor and put in in modules/thirdparty/fckeditor.
- image field with file explorer allows server file upload and browse
- file explorer works for all types of files
- domxml replaces sablotron - no more xslt mess
- layout goes towards full xhtml / css
- Error messages cleanly displayed in its own div.
- fully localizable from an xml language file
- lightweight : download is less than 300 kb including icons !