Downloads

Download faces-6.x-1.0-beta1.tar.gztar.gz 11.09 KB
MD5: 4654aece5b520f7a89ce2b8482a83baf
SHA-1: 77fe007d2a5be78455aa41ec0f9a26b10e58dc68
SHA-256: 07dc37f7b7900c7d20b1091faf150c49a2ebab944f4dd64024f8cd00e995217c
Download faces-6.x-1.0-beta1.zipzip 12.9 KB
MD5: 0988cf18467cc3fbee2af037149bac41
SHA-1: b1d6d1dca1a459bcb161f5186e36f82ad90b3e6b
SHA-256: 3fa06fb510411a968934c0616d7aed4f7138edabbc18e81fa5427a9ce5dc9c83

Release notes

changes since ALPHA-1:

* overhauled the API to instantiate class extenders. That way we won't run into troubles with late static binding of PHP <5.3, can properly implement the interface in extenders and extenders can make use of per extendable object variables.
However to ease explicit invocation of specific extenders an extender() method has been added to the faces extendable.
Also a test case for easy benchmarking of faces has been added and extending single methods without an interface is possible with functions now.

* improved facesAs() to correctly work when testing for a parent interface
* updated / improved README
* conditionally load classes to be more robust in case of multiple file inclusions
* just make property() public, thus remove FacesRoot
* fixing warning in property() when the property is non existing

Created by: fago
Created on: 11 Mar 2010 at 11:57 UTC
Last updated: 11 Mar 2010 at 12:00 UTC
Bug fixes

Other releases