Tag : Loggix Developer Note

1 - 3 of 3

Loggix version 9.3.8 has been released

Finally, I have released the latest version, 9.3.8, of Loggix:

It was very very tough because I've completely rewrote the core code of the database driver, so it was hard to achieve goal. I've been rewrite, test, rewrite, test...and test. It was a very very long and winding road.

Loggix develper's note: Bugs, Updates, and fixes

Started migrating SQLite2 to SQLite3, I've re-written whole database driver from native sqlite_* drivers to PDO[1]. It means Loggix will run with MySQL or other database, logically.

So I started testing Loggix run on MySQL, and I see it can work.(!)

loggix-on-mysql.png

Of course there still are many many bugs can be seen on MySQL-driven Loggix, but now it can execute basic operations which weblog tool can do such as fetching the latest entries, showing permalink page, searching by tags, archiving by date, and editing and deleting entries.

So..ah..I'll keep on workin' on it. ;-)


  1. PHP Data Object. That's the latest abstraction layer for PHP platform.