31 December 2004 - 0:00ACal 3.0 — A turn-around
The direction of ACal 3.0 has completely turned around. Instead of being based on MachCMS I have started it from scratch for one simple reason. Simplicity.
The MachCMS code is complicated. Although it is stable and writing a module is easy.
MachCMS also does not currently have a database abstraction layer. It only support SQLite and PHP 5.
With ACal 3.0 it will initially support SQLite and MySQL by using a database layer. This just means I need to learn MySQL quick
I am going to use object oriented programming a lot more now to make things better organized code wise. I want to write the code in a manner that will be easy to maintain, a learn how to write a good db layer at the same time.
Another idea just popped in. What about allowing plug-ins in the calendar? Maybe later.
No Comments | Tags: Uncategorized