Archive für Dezember 2008

TigerPaw PHP Toolkit 0.5.1 Re-Release

Today, I decided to re-release my TigerPaw PHP Toolkit 0.5.1 from 2003 under the GPLv3 license. The toolkit provides a fairly rich framework for the development of MySQL-based content management systems. Yet, it is still unfinished.

In 2003, I did not find time to complete the framework. This re-release is in completely unpolished form. There is lots of documentation missing. Also, there might be incomplete parts of things I worked on but did not finish. However, the release should be largely usable. It can be used as building blocks for a new framework.

The framework is written in PHP 4, and hence not up-to-par with developments that have taken place in the past years.

TigerPaw PHP Toolkit 0.5.1 (.tar.gz format)

TigerPaw PHP Toolkit 0.5.1 (.zip format)

ADB Goes 0.1.1

Just minutes ago, I completed version 0.1.1 of the ADB library. It now features a data dictionary, which is like a filing system within the database. This component has been tested just a bit and should work in principle. I also cleaned up a lot of the previous code and eliminated a lot of bugs and introduced new safeguards against problems. The file format has completely changed (I hope this will be the only change in file format). It now features tagged elements, which makes identifying them in a hex dump much easier. Another new feature is a built-in object debugger, which enables any class to have a custom debugger, which can be run on user request when an exception occurs. I hope it will be useful! :)

ADB V0.1.1 (.tar.gz version)

ADB V0.1.1 (.zip version)

Oh, BTW, since I’m developing on 64-bit Linux now, the library has been tested in 64-bit environments.

|