Posted by Junrey Beduya on 03/07/06 04:41
Release Name: phptarsier 0.1.1pre-alpha
Notes:
This release was delayed in schedule due to some projects that I have
to do first. Sorry for those who have anticipated this early.
This has been one of the major milestones in phptarsier releases. There
has been some major changes from the previous release. Future releases
will include the implementation of phpUnit test suite, other database
implementations, script and code generators and anything possible.
Changes:
* introduction of Html class to organize Html functionalities such as
text_fields, buttons, forms, etc.
* introducton of Ajax class that encapsulates the functionality of the
prototype javascript library (http://prototype.conio.net)
* Effect class that implements the javascript functionality of
script.aculo.us library (http://script.aculo.us)
* implementation of has_and_belongs_to_many in ActiveRecord
* implementation of belongs_to in ActiveRecord
* a change from "public static" to just "public" in the table_name()
and primary_key() functions of ActiveRecord due to some implementation
problems with PHP in static variables and functions
* minor bug fixes
[Back to original message]
|