The server’s been having problems this afternoon, so it couldn’t be reached for about an hour before now. I have no idea why it was down – i can only hope it was not because a bad script i created… =)

I worked plenty today, did the archive system for the blog and the complete working structure plan for Kiltant. The latter is especially good because now i can follow a ready plan, don’t need to improvize which page i’ll do next – also, it displays the dependencies well. That decides which page should be a module and which should be core: core is the one that’s needed by all (or almost all) pages, while module is one that’s needed by only a few pages or is a front-end page displayer itself. The core files are responsible for the database connection, the authentication and other security measures, navigation and including required display pages.

With that, i have made an optimised query function for the database and an easy-to-update dependency system. I also consider using classes, which i haven’t seen any use of yet, but maybe now…