Change of tactics 0
So I may have changed my mind with the building of ArtInvolved (I change my mind a lot
I was gonna start the site from scratch again. With scratch I mean a fresh install of CodeIgniter. I felt I needed to do this to be able to set everything up “better”. The first time around I coded everything, and it was a bit “sloppy”. Not very effective use of the CI libraries, wrote my own. And for certain “special functionality” I hacked into the core system to get that working.
But I’ve decided to try a different approach which may save me a lot of time. I copied the whole site locally and at the moment I’m stripping all the templates so that I end up with “plain files” which just echo the results and items needed on the page. Once that’s done I’ll go through all the controllers and clean them up. Same for the models and custom libraries. That way I should end up with what I wanted in the first place without having to go through hours of building the base functionality again. Which works perfectly.
So first up: Template stripping!
subscribe to comments RSS
There are no comments for this post