Spawn-Framework 1.3.4 released! 2010-10-27 19:55:05
The most important changes:
New class -
sf_security !
New methods and modifications:
sf_array - added rand()
sf_view - modyfication isTpl()
Spawn-Framework 1.3.3 released! 2010-10-19 10:59:01
The most important changes:
Modifications:
sf_valid - setError() return $this
sf_captcha - new effects
Fixed sf_auth - changePass()
Spawn-Framework 1.3.0 released! 2010-10-03 21:37:51
The most important changes:
New class -
sf_tpl !
New methods and modifications:
sf_db - added on()
sf_orm - Modified $_join config
sf_view - added methods isTpl() and setViewPath().
sf_url - updated get()
Additionally - code optimization, improvement of several shortcomings :-)
Spawn-Framework 1.2.9 released! 2010-09-21 15:24:28
The most important changes:
Added new methods to sf_image:
- negate()
- brightness($arg)
- contrast($arg)
- colorize($r, $g, $b, $alpha)
- edgedetect()
- meanRemoval()
- smooth($arg)
- width()
- height()
- getInfo()
Modyfication and optimalization:
sf_image - resize(), trueResize()
sf_db , sf_orm - count()
sf_view - __toString().
sf_valid - added method validAll()
Spawn-Framework 1.2.6 released! 2010-09-13 14:06:21
The most important changes:
New class -
sf_translate !
Added new methods to sf_acl:
- inherit($name, $inherit)
- getGroupRole($name)
- getRole()
- removeGroupRole($name, $role)
- removeGroup($name)
- removeRole($name)
- getGroup()
- groupIsset($name)
Modified sf_auth -
added nameIsset() method,
added new configuration.
sf_db , sf_orm - added method getParam()
sf_view - added method replace().
Additionally - code optimization, improvement of several shortcomings :-)