Definately now

So after all my fixes in the admin section I thought it was all done and working properly. so I thought I would now make all me amends and new additions in the new admin section and if it all worked ok for the next few weeks, shut down and remove the old admin section. All was going well until I got an error log in my application and had to go fix a few issues (all minor, and all references to variables that had capitals in them instead of being lowercase) this didn't break the application so all my edits worked.

But then came a couple of things that stopped it all in its tracks. Turns out I had referenced something incorrectly when working on the lists so had to go back and fix that as well as an easy fix for one of the image uploads for the forms. But now all of that is sorted I have a fully functioning and tested admin section, all functionality is working and no errors are getting ping'd back.

I have however spotted a few things I want to adapt to work a little better which will be easy to do as its adapting the current functionality. An example of this is if you go to edit a film or list, then update the name (the link changes to mimic the change) but if you then put it back to what it was it wont let you. The reason being is there is already something with that name in the DB, yeh you guessed it that entry your editing. Like I said an easy fix as I just pass it the id of the film along with the link change and tell it to omit the films id in the sql query. Easy just need to implement it though.

>>back<<