Protojax documentation:
http://www.theba.hu/protojax/doc/index.html
======
061027
------
- processRequest has a new parameter $printOut[=TRUE] if you want to printOut automaticly
- printOut( $exitAllowed ) method added
- setTransport JS method added (for default transport type)
- eventRemove bug fixed
======
061025
------
- Parse called method, function and parameters in protojax object constructor
- calledMethod, calledModule, calledFunction and calledParameters added
- beforeCallback and afterCallback PHP callback loops added
I have another project on sourceforge.net:
ThebaDB - http://sourceforge.net/projects/thebadb/
It's a database layer for MySQL, MSSQL, SQLite (other DB drivers will come).
Features:
- Singleton initilaize system (no connect while you do not need)
- Plugin system for cache drivers and database drivers.
- Caching to file, session and memcached!
- Debug system for spying queries, caching, connection times.... read more
======
061013
------
- #1574371 bug (sourceforge) fixed
- Example updated to the new version
- Example published: http://www.theba.hu/protojax/example/index.html
======
061003
------
- truncate core to minimal methods
- DOM plugin added ( additional prototype features )
========
061001.1
--------
- new example sheet script.aculo plugin
- Fixed bug of removeDraggable command
- className, formEnable, formDisable and formReset command refactored native JS code
061001
------
- JSON process bug killed
- CSS handling bug killed
- new example sheet released
- example folder added to the root
Bugs:
- eventRemove does not work
- redirect URL is relative instead of absolute
- script.aculo.us example sheet
Todo:
- make debug mode (into firebug console or a created iframe)
- make xilinus prototype window module ( http://prototype-window.xilinus.com/index.html )... read more
======
060930
------
- add includeCSS method to the base classes (extermal CSS dynamic loading)
- add enableCSS method to enable external linked stylesheet
- add disableCSS method to disable external linked stylesheet
======
060929
------
- added new parameter to protoJax.call, named transport ( resultXML and resultJSON constants defined for that)
- added setProcessors (user defined XML and JSON processor)
- added clearProcessors (user defined processors cleaner)
- added callForm method (one function to process a form)
060928
------
- Plugin system added
- setPluginPath method added
- execPlugin( 'library.method' [, params]) method added
- scriptAculo plugin refactored
- modified constructor (there is no parameter required)
Hello!
I work on this package very hard, so, if you have idea, opinion, whatever about this, please send me into this forum or to my email (It is in the package).
Thanx!
Amon
First "sourceforge release" submitted.
See more in the versions.txt in the .zip!