Klorofil Platform Changelog

What's new in Klorofil Platform 0.2

Feb 8, 2012
  • Full source code provided (under CPL version 1). No more encoded code.
  • More libraries:
  • Database abstraction classes (SQLite, MySQL, PostreSQL, Oracle)
  • IO classes
  • Network (HTTP, Basic Mail, SMS) classes
  • XML classes
  • Util classes
  • Lang
  • System
  • Initial Documentation (available in separate download in Klorofil Download Center)
  • php_gdi added. It is a PHP extension specially made by Klorofil to access GDI on Windows. The advantages of using php_gdi are:
  • This extension has some boosted the performance of gambArt in Klorofil Platform 0.2 for Windows.
  • Remove the need to communicate through port
  • No more Windows blocking problem.
  • Add more control to components. (e.g. we can block text in Edit component, etc.)
  • Some bug fixes