Efendi Moves Along
The blog project, efendi, moves along at a much quicker pace now. Templates are being generated on the admin side (the published side is trivial comparatively). The data store is ready to go and all packed up in a nice ORM ball, which is a first for me. Still no capability to get anything into the database as of yet, but with the class approach this shouldn’t be as hard as getting the tables sketched in.
I’m using git for version control (totally locally from my server), and I have to say I’m enjoying it now that I’ve started with the local no-remote scheme. As I am prone to do, my first test case was a two-way mirrored remote repository scheme, which crashed and burned horribly and really scarred my opinion of the software.
Anyway, I should have some interesting proof of concept up soon. The admin side is tastefully pimped up with AJAX, so there are a few sliding text boxes and live previews. I couldn’t help myself.